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