Class BatchApproveOrdersRequest
Request message for BatchApproveOrders method.
Inheritance
BatchApproveOrdersRequest
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchApproveOrdersRequest : IMessage<BatchApproveOrdersRequest>, IEquatable<BatchApproveOrdersRequest>, IDeepCloneable<BatchApproveOrdersRequest>, IBufferMessage, IMessage
Constructors
BatchApproveOrdersRequest()
Declaration
public BatchApproveOrdersRequest()
BatchApproveOrdersRequest(BatchApproveOrdersRequest)
Declaration
public BatchApproveOrdersRequest(BatchApproveOrdersRequest other)
Parameters
Properties
Names
Required. The resource names of the orders to approve.
Format: networks/{network_code}/orders/{order_id}
Declaration
public RepeatedField<string> Names { get; }
Property Value
OrderNames
Declaration
public ResourceNameList<OrderName> OrderNames { get; }
Property Value
Parent
Required. The parent, which owns this collection of Orders.
Format: networks/{network_code}
Declaration
public string Parent { get; set; }
Property Value
ParentAsNetworkName
Declaration
public NetworkName ParentAsNetworkName { get; set; }
Property Value
SkipInventoryCheck
Optional. Indicates whether the inventory check should be skipped when
performing this action.
Declaration
public bool SkipInventoryCheck { get; set; }
Property Value