github.com/twilio/twilio-go@v1.20.1/rest/numbers/v2/docs/NumbersV2SupportingDocument.md (about)

     1  # NumbersV2SupportingDocument
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | The unique string created by Twilio to identify the Supporting Document resource. |
     8  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Document resource. |
     9  **FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource. |
    10  **MimeType** | Pointer to **string** | The image type uploaded in the Supporting Document container. |
    11  **Status** | Pointer to [**string**](SupportingDocumentEnumStatus.md) |  |
    12  **FailureReason** | Pointer to **string** | The failure reason of the Supporting Document Resource. |
    13  **Type** | Pointer to **string** | The type of the Supporting Document. |
    14  **Attributes** | Pointer to **interface{}** | The set of parameters that are the attributes of the Supporting Documents resource which are listed in the Supporting Document Types. |
    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  **Url** | Pointer to **string** | The absolute URL of the Supporting Document resource. |
    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