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
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
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 |