Class: Google::Ads::AdManager::V1::Creative
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::Creative
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/creative_messages.rb
Overview
The Creative resource.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Required.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#display_name ⇒ ::String
Returns Required. Display name of the Creative. This attribute has a maximum
length of 255 characters.
33 34 35 36 |
# File 'proto_docs/google/ads/admanager/v1/creative_messages.rb', line 33 class Creative include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of the Creative.
Format: networks/{network_code}/creatives/{creative_id}.
33 34 35 36 |
# File 'proto_docs/google/ads/admanager/v1/creative_messages.rb', line 33 class Creative include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |