Class: Google::Ads::AdManager::V1::BatchDeactivateLabelsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/label_service.rb

Overview

Request message for BatchDeactivateLabels method.

Instance Attribute Summary collapse

Instance Attribute Details

#names::Array<::String>

Returns Required. Resource names for the Label. Format: networks/{network_code}/labels/{label_id}.

Returns:

  • (::Array<::String>)

    Required. Resource names for the Label. Format: networks/{network_code}/labels/{label_id}



209
210
211
212
# File 'proto_docs/google/ads/admanager/v1/label_service.rb', line 209

class BatchDeactivateLabelsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. Format: networks/{network_code}.

Returns:

  • (::String)

    Required. Format: networks/{network_code}



209
210
211
212
# File 'proto_docs/google/ads/admanager/v1/label_service.rb', line 209

class BatchDeactivateLabelsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end