Class: Google::Ads::AdManager::V1::BatchCreateCustomTargetingValuesRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchCreateCustomTargetingValuesRequest
- 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 BatchCreateCustomTargetingValues method.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#requests ⇒ ::Array<::Google::Ads::AdManager::V1::CreateCustomTargetingValueRequest>
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent, which owns this collection of CustomTargetingValues.
Format:
networks/{network_code}.
135 136 137 138 |
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_value_service.rb', line 135 class BatchCreateCustomTargetingValuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requests ⇒ ::Array<::Google::Ads::AdManager::V1::CreateCustomTargetingValueRequest>
Returns Required. The CustomTargetingValue objects to create.
A maximum of 100 objects can be created in a batch.
135 136 137 138 |
# File 'proto_docs/google/ads/admanager/v1/custom_targeting_value_service.rb', line 135 class BatchCreateCustomTargetingValuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |