Class: Google::Ads::AdManager::V1::CreateCustomTargetingKeyRequest

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

Overview

Request object for CreateCustomTargetingKey method.

Instance Attribute Summary collapse

Instance Attribute Details

#custom_targeting_key::Google::Ads::AdManager::V1::CustomTargetingKey

Returns Required. The CustomTargetingKey to create.

Returns:



106
107
108
109
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_key_service.rb', line 106

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

#parent::String

Returns Required. The parent resource where this CustomTargetingKey will be created. Format: networks/{network_code}.

Returns:

  • (::String)

    Required. The parent resource where this CustomTargetingKey will be created. Format: networks/{network_code}



106
107
108
109
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_key_service.rb', line 106

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