Class: Google::Ads::AdManager::V1::BatchCreateCustomTargetingKeysRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchCreateCustomTargetingKeysRequest
- 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 BatchCreateCustomTargetingKeys method.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#requests ⇒ ::Array<::Google::Ads::AdManager::V1::CreateCustomTargetingKeyRequest>
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent resource where CustomTargetingKeys will be created.
Format: networks/{network_code}
The parent field in the CreateCustomTargetingKeyRequest must match this
field.
122 123 124 125 |
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_key_service.rb', line 122 class BatchCreateCustomTargetingKeysRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requests ⇒ ::Array<::Google::Ads::AdManager::V1::CreateCustomTargetingKeyRequest>
Returns Required. The CustomTargetingKey objects to create.
A maximum of 100 objects can be created in a batch.
122 123 124 125 |
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_key_service.rb', line 122 class BatchCreateCustomTargetingKeysRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |