Struct google_androidenterprise1::ProductsListResponse [] [src]

pub struct ProductsListResponse {
    pub product: Option<Vec<Product>>,
    pub token_pagination: Option<TokenPagination>,
    pub kind: Option<String>,
    pub page_info: Option<PageInfo>,
}

The matching products.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Information about a product (e.g. an app) in the Google Play store, for display to an enterprise admin.

Pagination information for token pagination.

Identifies what kind of resource this is. Value: the fixed string "androidenterprise#productsListResponse".

General pagination information.

Trait Implementations

impl Default for ProductsListResponse
[src]

Returns the "default value" for a type. Read more

impl Clone for ProductsListResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProductsListResponse
[src]

Formats the value using the given formatter.

impl ResponseResult for ProductsListResponse
[src]