Class InappproductsListResponse
Response listing all in-app products.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class InappproductsListResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Inappproduct
All in-app products.
Declaration
[JsonProperty("inappproduct")]
public virtual IList<InAppProduct> Inappproduct { get; set; }
Property Value
Type | Description |
---|---|
IList<InAppProduct> |
Kind
The kind of this response ("androidpublisher#inappproductsListResponse").
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
PageInfo
Deprecated and unset.
Declaration
[JsonProperty("pageInfo")]
public virtual PageInfo PageInfo { get; set; }
Property Value
Type | Description |
---|---|
PageInfo |
TokenPagination
Pagination token, to handle a number of products that is over one page.
Declaration
[JsonProperty("tokenPagination")]
public virtual TokenPagination TokenPagination { get; set; }
Property Value
Type | Description |
---|---|
TokenPagination |