Class BatchGetOneTimeProductsResponse
Response message for the BatchGetOneTimeProducts endpoint.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class BatchGetOneTimeProductsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OneTimeProducts
The list of requested one-time products, in the same order as the request.
Declaration
[JsonProperty("oneTimeProducts")]
public virtual IList<OneTimeProduct> OneTimeProducts { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<OneTimeProduct> |