Class: Google::Ads::AdManager::V1::ContentBundle
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::ContentBundle
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/content_bundle_messages.rb
Overview
A ContentBundle is a grouping of individual Content. A ContentBundle is defined as including the Content that match certain filter rules along with the option to explicitly include or exclude certain Content IDs.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Required.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#display_name ⇒ ::String
Returns Required. The name of the ContentBundle. This attribute is required and has a maximum length of 255 characters.
40 41 42 43 |
# File 'proto_docs/google/ads/admanager/v1/content_bundle_messages.rb', line 40 class ContentBundle include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of the
ContentBundle. Format:
networks/{network_code}/contentBundles/{content_bundle_id}.
40 41 42 43 |
# File 'proto_docs/google/ads/admanager/v1/content_bundle_messages.rb', line 40 class ContentBundle include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |