Class: Google::Ads::AdManager::V1::CreativeTemplateVariable::ListStringCreativeTemplateVariable::VariableChoice
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::CreativeTemplateVariable::ListStringCreativeTemplateVariable::VariableChoice
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/creative_template_messages.rb
Overview
Stores variable choices selectable by users.
Instance Attribute Summary collapse
-
#label ⇒ ::String
Required.
-
#value ⇒ ::String
Required.
Instance Attribute Details
#label ⇒ ::String
Returns Required. A label is displayed to users when creating a [TemplateCreative][]. This attribute is intended to be more descriptive than value. This attribute has a maximum length of 255 characters.
190 191 192 193 |
# File 'proto_docs/google/ads/admanager/v1/creative_template_messages.rb', line 190 class VariableChoice include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::String
Returns Required. When creating a [TemplateCreative][], the value in [StringCreativeTemplateVariableValue][] should match this value, if you intend to select this value. This attribute has a maximum length of 255 characters.
190 191 192 193 |
# File 'proto_docs/google/ads/admanager/v1/creative_template_messages.rb', line 190 class VariableChoice include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |