Class: Google::Ads::AdManager::V1::AppliedLabel
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::AppliedLabel
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/applied_label.rb
Overview
Represents a Label that can be applied to an entity.
Instance Attribute Summary collapse
-
#label ⇒ ::String
Required.
-
#negated ⇒ ::Boolean
Specifies whether or not to negate the effects of the label.
Instance Attribute Details
#label ⇒ ::String
Returns Required. The label to be applied. Format: "networks/{network_code}/labels/{label_id}".
32 33 34 35 |
# File 'proto_docs/google/ads/admanager/v1/applied_label.rb', line 32 class AppliedLabel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#negated ⇒ ::Boolean
Returns Specifies whether or not to negate the effects of the label.
32 33 34 35 |
# File 'proto_docs/google/ads/admanager/v1/applied_label.rb', line 32 class AppliedLabel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |