Class ProductsListResponse
Implements
Inherited Members
Namespace: Google.Apis.AndroidEnterprise.v1.Data
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class ProductsListResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PageInfo
General pagination information.
Declaration
[JsonProperty("pageInfo")]
public virtual PageInfo PageInfo { get; set; }
Property Value
Type | Description |
---|---|
PageInfo |
Product
Information about a product (e.g. an app) in the Google Play store, for display to an enterprise admin.
Declaration
[JsonProperty("product")]
public virtual IList<Product> Product { get; set; }
Property Value
Type | Description |
---|---|
IList<Product> |
TokenPagination
Pagination information for token pagination.
Declaration
[JsonProperty("tokenPagination")]
public virtual TokenPagination TokenPagination { get; set; }
Property Value
Type | Description |
---|---|
TokenPagination |