Class BatchCreateOrdersResponse
Response object for BatchCreateOrders method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchCreateOrdersResponse : IMessage<BatchCreateOrdersResponse>, IEquatable<BatchCreateOrdersResponse>, IDeepCloneable<BatchCreateOrdersResponse>, IBufferMessage, IMessage
Constructors
BatchCreateOrdersResponse()
Declaration
public BatchCreateOrdersResponse()
BatchCreateOrdersResponse(BatchCreateOrdersResponse)
Declaration
public BatchCreateOrdersResponse(BatchCreateOrdersResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateOrdersResponse | other |
Properties
Orders
The Order objects created.
Declaration
public RepeatedField<Order> Orders { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<Order> |