github.com/twilio/twilio-go@v1.20.1/rest/content/v1/docs/ContentV1ApprovalFetch.md (about) 1 # ContentV1ApprovalFetch 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | The unique string that that we created to identify the Content resource. | 8 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/usage/api/account) that created Content resource. | 9 **Whatsapp** | Pointer to **interface{}** | Contains the whatsapp approval information for the Content resource, with fields such as approval status, rejection reason, and category, amongst others. | 10 **Url** | Pointer to **string** | The URL of the resource, relative to `https://content.twilio.com`. | 11 12 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 14