github.com/twilio/twilio-go@v1.20.1/rest/conversations/v1/docs/ConversationsV1ConfigurationAddress.md (about) 1 # ConversationsV1ConfigurationAddress 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | A 34 character string that uniquely identifies this resource. | 8 **AccountSid** | Pointer to **string** | The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) the address belongs to | 9 **Type** | Pointer to **string** | Type of Address, value can be `whatsapp` or `sms`. | 10 **Address** | Pointer to **string** | The unique address to be configured. The address can be a whatsapp address or phone number | 11 **FriendlyName** | Pointer to **string** | The human-readable name of this configuration, limited to 256 characters. Optional. | 12 **AutoCreation** | Pointer to **interface{}** | Auto Creation configuration for the address. | 13 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date that this resource was created. | 14 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date that this resource was last updated. | 15 **Url** | Pointer to **string** | An absolute API resource URL for this address configuration. | 16 **AddressCountry** | Pointer to **string** | An ISO 3166-1 alpha-2n country code which the address belongs to. This is currently only applicable to short code addresses. | 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