github.com/twilio/twilio-go@v1.20.1/rest/api/v2010/docs/ApiV2010Address.md (about)

     1  # ApiV2010Address
     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 is responsible for the Address resource. |
     8  **City** | Pointer to **string** | The city in which the address is located. |
     9  **CustomerName** | Pointer to **string** | The name associated with the address.This property has a maximum length of 16 4-byte characters, or 21 3-byte characters. |
    10  **DateCreated** | Pointer to **string** | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. |
    11  **DateUpdated** | Pointer to **string** | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. |
    12  **FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource. |
    13  **IsoCountry** | Pointer to **string** | The ISO country code of the address. |
    14  **PostalCode** | Pointer to **string** | The postal code of the address. |
    15  **Region** | Pointer to **string** | The state or region of the address. |
    16  **Sid** | Pointer to **string** | The unique string that that we created to identify the Address resource. |
    17  **Street** | Pointer to **string** | The number and street address of the address. |
    18  **Uri** | Pointer to **string** | The URI of the resource, relative to `https://api.twilio.com`. |
    19  **EmergencyEnabled** | Pointer to **bool** | Whether emergency calling has been enabled on this number. |
    20  **Validated** | Pointer to **bool** | Whether the address has been validated to comply with local regulation. In countries that require valid addresses, an invalid address will not be accepted. `true` indicates the Address has been validated. `false` indicate the country doesn't require validation or the Address is not valid. |
    21  **Verified** | Pointer to **bool** | Whether the address has been verified to comply with regulation. In countries that require valid addresses, an invalid address will not be accepted. `true` indicates the Address has been verified. `false` indicate the country doesn't require verified or the Address is not valid. |
    22  **StreetSecondary** | Pointer to **string** | The additional number and street address of the address. |
    23  
    24  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    25  
    26