Struct google_androidenterprise1::StoreLayout [] [src]

pub struct StoreLayout {
    pub homepage_id: Option<String>,
    pub kind: Option<String>,
    pub store_layout_type: Option<String>,
}

General setting for the Google Play for Work store layout, currently only specifying the page to display the first time the store is opened.

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

The ID of the store page to be used as the homepage. The homepage will be used as the first page shown in the Google Play for Work store.

If a homepage has not been set, the Play store shown on devices will be empty. Not specifying a homepage on a store layout effectively empties the store.

If there exists at least one page, this field must be set to the ID of a valid page.

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

The store layout type. By default, this value is set to "basic". If set to "custom", "homepageId" must be specified. If set to "basic", the layout will consist of all approved apps accessible by the user, split in pages of 100 each; in this case, "homepageId" must not be specified. The "basic" setting takes precedence over any existing collections setup for this enterprise (if any). Should the enterprise use collectionViewers for controlling access rights, these will still be respected.

Trait Implementations

impl Debug for StoreLayout
[src]

Formats the value using the given formatter.

impl Clone for StoreLayout
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for StoreLayout
[src]

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

impl RequestValue for StoreLayout
[src]

impl ResponseResult for StoreLayout
[src]