Class: Google::Ads::AdManager::V1::CreativeTemplateVariable::LongCreativeTemplateVariable
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::CreativeTemplateVariable::LongCreativeTemplateVariable
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/creative_template_messages.rb
Overview
Represents a long variable defined in a creative template.
Use [LongCreativeTemplateVariableValue][] to specify the value for this variable when creating [TemplateCreative][] from a CreativeTemplate.
Instance Attribute Summary collapse
-
#default_value ⇒ ::Integer
Optional.
-
#sample_value ⇒ ::Integer
Optional.
Instance Attribute Details
#default_value ⇒ ::Integer
Returns Optional. Default value to be filled in when creating creatives from the creative template.
209 210 211 212 |
# File 'proto_docs/google/ads/admanager/v1/creative_template_messages.rb', line 209 class LongCreativeTemplateVariable include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sample_value ⇒ ::Integer
Returns Optional. Sample value that is used when previewing the template in the UI.
209 210 211 212 |
# File 'proto_docs/google/ads/admanager/v1/creative_template_messages.rb', line 209 class LongCreativeTemplateVariable include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |