Class: Google::Ads::AdManager::V1::BatchResumeOrdersRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::BatchResumeOrdersRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/order_service.rb
Overview
Request message for BatchResumeOrders method.
Instance Attribute Summary collapse
-
#names ⇒ ::Array<::String>
Required.
-
#parent ⇒ ::String
Required.
-
#skip_inventory_check ⇒ ::Boolean
Optional.
Instance Attribute Details
#names ⇒ ::Array<::String>
Returns Required. The resource names of the orders to resume.
Format: networks/{network_code}/orders/{order_id}.
148 149 150 151 |
# File 'proto_docs/google/ads/admanager/v1/order_service.rb', line 148 class BatchResumeOrdersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent, which owns this collection of Orders.
Format: networks/{network_code}.
148 149 150 151 |
# File 'proto_docs/google/ads/admanager/v1/order_service.rb', line 148 class BatchResumeOrdersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#skip_inventory_check ⇒ ::Boolean
Returns Optional. Indicates whether the inventory check should be skipped when performing this action.
148 149 150 151 |
# File 'proto_docs/google/ads/admanager/v1/order_service.rb', line 148 class BatchResumeOrdersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |