github.com/twilio/twilio-go@v1.20.1/rest/api/v2010/docs/ApiV2010Media.md (about) 1 # ApiV2010Media 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with this Media resource. | 8 **ContentType** | Pointer to **string** | The default [MIME type](https://en.wikipedia.org/wiki/Internet_media_type) of the media, for example `image/jpeg`, `image/png`, or `image/gif`. | 9 **DateCreated** | Pointer to **string** | The date and time in GMT when this Media resource was created, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | 10 **DateUpdated** | Pointer to **string** | The date and time in GMT when this Media resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | 11 **ParentSid** | Pointer to **string** | The SID of the Message resource that is associated with this Media resource. | 12 **Sid** | Pointer to **string** | The unique string that identifies this Media resource. | 13 **Uri** | Pointer to **string** | The URI of this Media resource, relative to `https://api.twilio.com`. | 14 15 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 17