twilio/twil-content/docs/ContentPeriodV1PeriodLegacyContent.md
2023-07-24 19:33:20 -05:00

2.1 KiB

ContentPeriodV1PeriodLegacyContent

Properties

Name Type Description Notes
date_created Option<String> The date and time in GMT that the resource was created specified in RFC 2822 format. [optional]
date_updated Option<String> The date and time in GMT that the resource was last updated specified in RFC 2822 format. [optional]
sid Option<String> The unique string that that we created to identify the Content resource. [optional]
account_sid Option<String> The SID of the Account that created Content resource. [optional]
friendly_name Option<String> A string name used to describe the Content resource. Not visible to the end recipient. [optional]
language Option<String> Two-letter (ISO 639-1) language code (e.g., en) identifying the language the Content resource is in. [optional]
variables Option<serde_json::Value> Defines the default placeholder values for variables included in the Content resource. e.g. {"1": "Customer_Name"}. [optional]
types Option<serde_json::Value> The Content types (e.g. twilio/text) for this Content resource. [optional]
legacy_template_name Option<String> The string name of the legacy content template associated with this Content resource, unique across all template names for its account. Only lowercase letters, numbers and underscores are allowed [optional]
legacy_body Option<String> The string body field of the legacy content template associated with this Content resource [optional]
url Option<String> The URL of the resource, relative to https://content.twilio.com. [optional]

[Back to Model list] [Back to API list] [Back to README]