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

     1  # ProxyV1ShortCode
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | The unique string that we created to identify the ShortCode resource. |
     8  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ShortCode resource. |
     9  **ServiceSid** | Pointer to **string** | The SID of the ShortCode resource's parent [Service](https://www.twilio.com/docs/proxy/api/service) resource. |
    10  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the resource was created. |
    11  **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the resource was last updated. |
    12  **ShortCode** | Pointer to **string** | The short code's number. |
    13  **IsoCountry** | Pointer to **string** | The ISO Country Code for the short code. |
    14  **Capabilities** | Pointer to [**ProxyV1ServiceShortCodeCapabilities**](ProxyV1ServiceShortCodeCapabilities.md) |  |
    15  **Url** | Pointer to **string** | The absolute URL of the ShortCode resource. |
    16  **IsReserved** | Pointer to **bool** | Whether the short code should be reserved and not be assigned to a participant using proxy pool logic. See [Reserved Phone Numbers](https://www.twilio.com/docs/proxy/reserved-phone-numbers) for more information. |
    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