Class: Google::Ads::AdManager::V1::BatchCreateOrdersRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchCreateOrdersRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/order_service.rb
Overview
Request object for BatchCreateOrders method.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#requests ⇒ ::Array<::Google::Ads::AdManager::V1::CreateOrderRequest>
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent resource where Orders will be created.
Format: networks/{network_code}
The parent field in the CreateOrderRequest must match this
field.
499 500 501 502 |
# File 'proto_docs/google/ads/admanager/v1/order_service.rb', line 499 class BatchCreateOrdersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requests ⇒ ::Array<::Google::Ads::AdManager::V1::CreateOrderRequest>
Returns Required. The Order objects to create.
A maximum of 100 objects can be created in a batch.
499 500 501 502 |
# File 'proto_docs/google/ads/admanager/v1/order_service.rb', line 499 class BatchCreateOrdersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |