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