github.com/twilio/twilio-go@v1.20.1/rest/content/v1/docs/ContentV1Content.md (about) 1 # ContentV1Content 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | 8 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | 9 **Sid** | Pointer to **string** | The unique string that that we created to identify the Content resource. | 10 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/usage/api/account) that created Content resource. | 11 **FriendlyName** | Pointer to **string** | A string name used to describe the Content resource. Not visible to the end recipient. | 12 **Language** | Pointer to **string** | Two-letter (ISO 639-1) language code (e.g., en) identifying the language the Content resource is in. | 13 **Variables** | Pointer to **interface{}** | Defines the default placeholder values for variables included in the Content resource. e.g. {\"1\": \"Customer_Name\"}. | 14 **Types** | Pointer to **interface{}** | The [Content types](https://www.twilio.com/docs/content-api/content-types-overview) (e.g. twilio/text) for this Content resource. | 15 **Url** | Pointer to **string** | The URL of the resource, relative to `https://content.twilio.com`. | 16 **Links** | Pointer to **map[string]interface{}** | A list of links related to the Content resource, such as approval_fetch and approval_create | 17 18 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 19 20