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

     1  # ApiV2010ShortCode
     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 created this ShortCode resource. |
     8  **ApiVersion** | Pointer to **string** | The API version used to start a new TwiML session when an SMS message is sent to this short code. |
     9  **DateCreated** | Pointer to **string** | The date and time in GMT that this resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. |
    10  **DateUpdated** | Pointer to **string** | The date and time in GMT that this resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. |
    11  **FriendlyName** | Pointer to **string** | A string that you assigned to describe this resource. By default, the `FriendlyName` is the short code. |
    12  **ShortCode** | Pointer to **string** | The short code. e.g., 894546. |
    13  **Sid** | Pointer to **string** | The unique string that that we created to identify this ShortCode resource. |
    14  **SmsFallbackMethod** | Pointer to **string** | The HTTP method we use to call the `sms_fallback_url`. Can be: `GET` or `POST`. |
    15  **SmsFallbackUrl** | Pointer to **string** | The URL that we call if an error occurs while retrieving or executing the TwiML from `sms_url`. |
    16  **SmsMethod** | Pointer to **string** | The HTTP method we use to call the `sms_url`. Can be: `GET` or `POST`. |
    17  **SmsUrl** | Pointer to **string** | The URL we call when receiving an incoming SMS message to this short code. |
    18  **Uri** | Pointer to **string** | The URI of this resource, relative to `https://api.twilio.com`. |
    19  
    20  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    21  
    22