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
-
#active ⇒ ::Boolean
readonly
Output only.
-
#description ⇒ ::String
Optional.
-
#display_name ⇒ ::String
Required.
-
#name ⇒ ::String
Identifier.
-
#types ⇒ ::Array<::Google::Ads::AdManager::V1::LabelTypeEnum::LabelType>
Required.
Instance Attribute Details
#active ⇒ ::Boolean (readonly)
43 44 45 46 |
# File 'proto_docs/google/ads/admanager/v1/label_messages.rb', line 43 class Label include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
43 44 45 46 |
# File 'proto_docs/google/ads/admanager/v1/label_messages.rb', line 43 class Label include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
43 44 45 46 |
# File 'proto_docs/google/ads/admanager/v1/label_messages.rb', line 43 class Label include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |