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

     1  # ApiV2010IncomingPhoneNumberAssignedAddOn
     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  **FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource. |
    11  **Description** | Pointer to **string** | A short description of the functionality that the Add-on provides. |
    12  **Configuration** | Pointer to **interface{}** | A JSON string that represents the current configuration of this Add-on installation. |
    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  **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. |
    15  **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. |
    16  **Uri** | Pointer to **string** | The URI of the resource, relative to `https://api.twilio.com`. |
    17  **SubresourceUris** | Pointer to **map[string]interface{}** | A list of related resources identified by their relative URIs. |
    18  
    19  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    20  
    21