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

     1  # NumbersV2AuthorizationDocument
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | A 34 character string that uniquely identifies this AuthorizationDocument. |
     8  **AddressSid** | Pointer to **string** | A 34 character string that uniquely identifies the Address resource that is associated with this AuthorizationDocument. |
     9  **Status** | Pointer to [**string**](AuthorizationDocumentEnumStatus.md) |  |
    10  **Email** | Pointer to **string** | Email that this AuthorizationDocument will be sent to for signing. |
    11  **CcEmails** | Pointer to **[]string** | Email recipients who will be informed when an Authorization Document has been sent and signed. |
    12  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date this resource was created, given as [GMT RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. |
    13  **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date that this resource was updated, given as [GMT RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. |
    14  **Url** | Pointer to **string** |  |
    15  **Links** | Pointer to **map[string]interface{}** |  |
    16  
    17  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    18  
    19