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

     1  # ApiV2010Application
     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 the Application resource. |
     8  **ApiVersion** | Pointer to **string** | The API version used to start a new TwiML session. |
     9  **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. |
    10  **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. |
    11  **FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource. |
    12  **MessageStatusCallback** | Pointer to **string** | The URL we call using a POST method to send message status information to your application. |
    13  **Sid** | Pointer to **string** | The unique string that that we created to identify the Application resource. |
    14  **SmsFallbackMethod** | Pointer to **string** | The HTTP method we use to call `sms_fallback_url`. Can be: `GET` or `POST`. |
    15  **SmsFallbackUrl** | Pointer to **string** | The URL that we call when an error occurs while retrieving or executing the TwiML from `sms_url`. |
    16  **SmsMethod** | Pointer to **string** | The HTTP method we use to call `sms_url`. Can be: `GET` or `POST`. |
    17  **SmsStatusCallback** | Pointer to **string** | The URL we call using a POST method to send status information to your application about SMS messages that refer to the application. |
    18  **SmsUrl** | Pointer to **string** | The URL we call when the phone number receives an incoming SMS message. |
    19  **StatusCallback** | Pointer to **string** | The URL we call using the `status_callback_method` to send status information to your application. |
    20  **StatusCallbackMethod** | Pointer to **string** | The HTTP method we use to call `status_callback`. Can be: `GET` or `POST`. |
    21  **Uri** | Pointer to **string** | The URI of the resource, relative to `https://api.twilio.com`. |
    22  **VoiceCallerIdLookup** | Pointer to **bool** | Whether we look up the caller's caller-ID name from the CNAM database (additional charges apply). Can be: `true` or `false`. |
    23  **VoiceFallbackMethod** | Pointer to **string** | The HTTP method we use to call `voice_fallback_url`. Can be: `GET` or `POST`. |
    24  **VoiceFallbackUrl** | Pointer to **string** | The URL that we call when an error occurs retrieving or executing the TwiML requested by `url`. |
    25  **VoiceMethod** | Pointer to **string** | The HTTP method we use to call `voice_url`. Can be: `GET` or `POST`. |
    26  **VoiceUrl** | Pointer to **string** | The URL we call when the phone number assigned to this application receives a call. |
    27  **PublicApplicationConnectEnabled** | Pointer to **bool** | Whether to allow other Twilio accounts to dial this applicaton using Dial verb. Can be: `true` or `false`. |
    28  
    29  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    30  
    31