github.com/twilio/twilio-go@v1.20.1/rest/sync/v1/docs/SyncV1SyncListItem.md (about) 1 # SyncV1SyncListItem 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Index** | Pointer to **int** | The automatically generated index of the List Item. The `index` values of the List Items in a Sync List can have gaps in their sequence. | 8 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the List Item resource. | 9 **ServiceSid** | Pointer to **string** | The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) the resource is associated with. | 10 **ListSid** | Pointer to **string** | The SID of the Sync List that contains the List Item. | 11 **Url** | Pointer to **string** | The absolute URL of the List Item resource. | 12 **Revision** | Pointer to **string** | The current revision of the item, represented as a string. | 13 **Data** | Pointer to **interface{}** | An arbitrary, schema-less object that the List Item stores. Can be up to 16 KiB in length. | 14 **DateExpires** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the List Item expires and will be deleted, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. If the List Item does not expire, this value is `null`. The List Item resource might not be deleted immediately after it expires. | 15 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 16 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 17 **CreatedBy** | Pointer to **string** | The identity of the List Item's creator. If the item is created from the client SDK, the value matches the Access Token's `identity` field. If the item was created from the REST API, the value is `system`. | 18 19 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 20 21