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

     1  # ApiV2010RecordingAddOnResultPayload
     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 Recording AddOnResult Payload resource. |
     8  **AddOnResultSid** | Pointer to **string** | The SID of the AddOnResult to which the payload belongs. |
     9  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult Payload resource. |
    10  **Label** | Pointer to **string** | The string provided by the vendor that describes the payload. |
    11  **AddOnSid** | Pointer to **string** | The SID of the Add-on to which the result belongs. |
    12  **AddOnConfigurationSid** | Pointer to **string** | The SID of the Add-on configuration. |
    13  **ContentType** | Pointer to **string** | The MIME type of the payload. |
    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  **ReferenceSid** | Pointer to **string** | The SID of the recording to which the AddOnResult resource that contains the payload belongs. |
    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