Show / Hide Table of Contents

Class BatchGetOrdersResponse

Response for the orders.batchGet API.

Inheritance
object
BatchGetOrdersResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class BatchGetOrdersResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Orders

Details for the requested order IDs.

Declaration
[JsonProperty("orders")]
public virtual IList<Order> Orders { get; set; }
Property Value
Type Description
IList<Order>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX