Class BatchDisapproveOrdersWithoutReservationChangesRequest
Request message for BatchDisapproveOrdersWithoutReservationChanges method.
Inheritance
BatchDisapproveOrdersWithoutReservationChangesRequest
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchDisapproveOrdersWithoutReservationChangesRequest : IMessage<BatchDisapproveOrdersWithoutReservationChangesRequest>, IEquatable<BatchDisapproveOrdersWithoutReservationChangesRequest>, IDeepCloneable<BatchDisapproveOrdersWithoutReservationChangesRequest>, IBufferMessage, IMessage
Constructors
BatchDisapproveOrdersWithoutReservationChangesRequest()
Declaration
public BatchDisapproveOrdersWithoutReservationChangesRequest()
BatchDisapproveOrdersWithoutReservationChangesRequest(BatchDisapproveOrdersWithoutReservationChangesRequest)
Declaration
public BatchDisapproveOrdersWithoutReservationChangesRequest(BatchDisapproveOrdersWithoutReservationChangesRequest other)
Parameters
Properties
Names
Required. The resource names of the orders to disapprove without
reservation changes. 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