Class: Google::Ads::AdManager::V1::BatchDeactivateCustomTargetingValuesRequest

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 message for BatchDeactivateCustomTargetingValues 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}/



240
241
242
243
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_value_service.rb', line 240

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

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

Returns Required. The CustomTargetingValue objects to deactivate.

Returns:



240
241
242
243
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_value_service.rb', line 240

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