Twilio.Resources.Api.V2010.Recording.AddOnResult.Payload
(twilio_elixir v0.1.1)
Copy Markdown
View Source
A single Add-on results' payload
SID prefix: XH
Parent: /Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{Sid}.json
Sub-resources
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
data—/2010-04-01/Accounts/{account_sid}/Recordings/{reference_sid}/AddOnResults/{add_on_result_sid}/Payloads/{payload_sid}/Data.json
Properties
| Field | Description |
|---|
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
account_sid | The SID of the Account that created the Recording AddOnResult Payload resource. |
add_on_configuration_sid | The SID of the Add-on configuration. |
add_on_result_sid | The SID of the AddOnResult to which the payload belongs. |
add_on_sid | The SID of the Add-on to which the result belongs. |
content_type | The MIME type of the payload. |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| date_created | The date and time in GMT that the resource was created specified in RFC 2822 format.. Format: date-time-rfc-2822 |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
date_updated | The date and time in GMT that the resource was last updated specified in RFC 2822 format.. Format: date-time-rfc-2822 |
label | The string provided by the vendor that describes the payload. |
reference_sid | The SID of the recording to which the AddOnResult resource that contains the payload belongs. |
sid | The unique string that that we created to identify the Recording AddOnResult Payload resource. |
subresource_uris | A list of related resources identified by their relative URIs.. Format: uri-map |
Summary
Types
@type t() :: %Twilio.Resources.Api.V2010.Recording.AddOnResult.Payload{ account_sid: String.t() | nil, add_on_configuration_sid: String.t() | nil, add_on_result_sid: String.t() | nil, add_on_sid: String.t() | nil, content_type: String.t() | nil, date_created: String.t() | nil, date_updated: String.t() | nil, label: String.t() | nil, reference_sid: String.t() | nil, sid: String.t() | nil, subresource_uris: map() | nil }