github.com/twilio/twilio-go@v1.20.1/rest/messaging/v1/docs/MessagingV1BrandVetting.md (about)

     1  # MessagingV1BrandVetting
     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) that created the vetting record. |
     8  **BrandSid** | Pointer to **string** | The unique string to identify Brand Registration. |
     9  **BrandVettingSid** | Pointer to **string** | The Twilio SID of the third-party vetting record. |
    10  **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. |
    11  **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. |
    12  **VettingId** | Pointer to **string** | The unique identifier of the vetting from the third-party provider. |
    13  **VettingClass** | Pointer to **string** | The type of vetting that has been conducted. One of “STANDARD” (Aegis) or “POLITICAL” (Campaign Verify). |
    14  **VettingStatus** | Pointer to **string** | The status of the import vetting attempt. One of “PENDING,” “SUCCESS,” or “FAILED”. |
    15  **VettingProvider** | Pointer to [**string**](BrandVettingEnumVettingProvider.md) |  |
    16  **Url** | Pointer to **string** | The absolute URL of the Brand Vetting resource. |
    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