Show / Hide Table of Contents

Class BatchSubmitOrdersForApprovalAndOverbookRequest

Request message for BatchSubmitOrdersForApprovalAndOverbook method.

Inheritance
object
BatchSubmitOrdersForApprovalAndOverbookRequest
Implements
IMessage<BatchSubmitOrdersForApprovalAndOverbookRequest>
IEquatable<BatchSubmitOrdersForApprovalAndOverbookRequest>
IDeepCloneable<BatchSubmitOrdersForApprovalAndOverbookRequest>
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 BatchSubmitOrdersForApprovalAndOverbookRequest : IMessage<BatchSubmitOrdersForApprovalAndOverbookRequest>, IEquatable<BatchSubmitOrdersForApprovalAndOverbookRequest>, IDeepCloneable<BatchSubmitOrdersForApprovalAndOverbookRequest>, IBufferMessage, IMessage

Constructors

BatchSubmitOrdersForApprovalAndOverbookRequest()

Declaration
public BatchSubmitOrdersForApprovalAndOverbookRequest()

BatchSubmitOrdersForApprovalAndOverbookRequest(BatchSubmitOrdersForApprovalAndOverbookRequest)

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

Properties

Names

Required. The resource names of the orders to submit for approval 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. 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
In this article
Back to top Generated by DocFX