Class: Google::Ads::AdManager::V1::BatchActivateCustomTargetingValuesRequest

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

Overview

Request object for BatchActivateCustomTargetingValues method.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The parent, which owns this collection of CustomTargetingValues. Format: networks/{network_code}.

Returns:

  • (::String)

    Required. The parent, which owns this collection of CustomTargetingValues. Format: networks/{network_code}



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

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

#requests::Array<::Google::Ads::AdManager::V1::ActivateCustomTargetingValueRequest>

Returns Required. The CustomTargetingValue objects to activate. A maximum of 100 objects can be activated in a batch.

Returns:



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

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