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

     1  # ApiV2010IncomingPhoneNumberAssignedAddOnExtension
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | The unique string that that we created to identify the resource. |
     8  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resource. |
     9  **ResourceSid** | Pointer to **string** | The SID of the Phone Number to which the Add-on is assigned. |
    10  **AssignedAddOnSid** | Pointer to **string** | The SID that uniquely identifies the assigned Add-on installation. |
    11  **FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource. |
    12  **ProductName** | Pointer to **string** | A string that you assigned to describe the Product this Extension is used within. |
    13  **UniqueName** | Pointer to **string** | An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. |
    14  **Uri** | Pointer to **string** | The URI of the resource, relative to `https://api.twilio.com`. |
    15  **Enabled** | Pointer to **bool** | Whether the Extension will be invoked. |
    16  
    17  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    18  
    19