Class: Google::Ads::AdManager::V1::ContentLabel
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::ContentLabel
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/content_label_messages.rb
Overview
A content label.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Optional.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#display_name ⇒ ::String
Returns Optional. The display name of the ContentLabel.
32 33 34 35 |
# File 'proto_docs/google/ads/admanager/v1/content_label_messages.rb', line 32 class ContentLabel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of the ContentLabel.
Format: networks/{network_code}/contentLabels/{content_label_id}.
32 33 34 35 |
# File 'proto_docs/google/ads/admanager/v1/content_label_messages.rb', line 32 class ContentLabel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |