Class: Google::Ads::AdManager::V1::Label
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::Label
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/label_messages.rb
Overview
A Label is additional information that can be added to an entity.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#name ⇒ ::String
Returns Identifier. The resource name of the Label
.
Format: networks/{network_code}/labels/{label_id}
.
29 30 31 32 |
# File 'proto_docs/google/ads/admanager/v1/label_messages.rb', line 29 class Label include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |