Show / Hide Table of Contents

Class BatchApproveAndOverbookOrdersRequest

Request message for BatchApproveAndOverbookOrders method.

Inheritance
object
BatchApproveAndOverbookOrdersRequest
Implements
IMessage<BatchApproveAndOverbookOrdersRequest>
IEquatable<BatchApproveAndOverbookOrdersRequest>
IDeepCloneable<BatchApproveAndOverbookOrdersRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchApproveAndOverbookOrdersRequest : IMessage<BatchApproveAndOverbookOrdersRequest>, IEquatable<BatchApproveAndOverbookOrdersRequest>, IDeepCloneable<BatchApproveAndOverbookOrdersRequest>, IBufferMessage, IMessage

Constructors

BatchApproveAndOverbookOrdersRequest()

Declaration
public BatchApproveAndOverbookOrdersRequest()

BatchApproveAndOverbookOrdersRequest(BatchApproveAndOverbookOrdersRequest)

Declaration
public BatchApproveAndOverbookOrdersRequest(BatchApproveAndOverbookOrdersRequest other)
Parameters
Type Name Description
BatchApproveAndOverbookOrdersRequest other

Properties

Names

Required. The resource names of the orders to approve and overbook. Format: networks/{network_code}/orders/{order_id}

Declaration
public RepeatedField<string> Names { get; }
Property Value
Type Description
RepeatedField<string>

OrderNames

OrderName-typed view over the Names resource name property.

Declaration
public ResourceNameList<OrderName> OrderNames { get; }
Property Value
Type Description
ResourceNameList<OrderName>

Parent

Required. The parent, which owns this collection of Orders. Format: networks/{network_code}

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

ParentAsNetworkName

NetworkName-typed view over the Parent resource name property.

Declaration
public NetworkName ParentAsNetworkName { get; set; }
Property Value
Type Description
NetworkName

SkipInventoryCheck

Optional. Indicates whether the inventory check should be skipped when performing this action.

Declaration
public bool SkipInventoryCheck { get; set; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX