Skip to content

Commit b64e4fc

Browse files
committed
fix: list item model
1 parent 2a4b8f7 commit b64e4fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/services/list_item/model.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ type ListItemModel struct {
2222
Hostname customfield.NestedObject[ListItemHostnameModel] `tfsdk:"hostname" json:"hostname,optional"`
2323
Redirect customfield.NestedObject[ListItemRedirectModel] `tfsdk:"redirect" json:"redirect,optional"`
2424
OperationID types.String `tfsdk:"operation_id" json:"operation_id,computed,no_refresh"`
25+
ModifiedOn types.String `tfsdk:"modified_on" json:"modified_on,computed"`
26+
CreatedOn types.String `tfsdk:"created_on" json:"created_on,computed"`
2527
}
2628

2729
func (m ListItemModel) MarshalJSON() (data []byte, err error) {

0 commit comments

Comments
 (0)