Class: Google::Ads::AdManager::V1::AppliedLabel

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#label::String

Returns Required. The label to be applied. Format: "networks/{network_code}/labels/{label_id}".

Returns:

  • (::String)

    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.

Returns:

  • (::Boolean)

    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