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 managed Google Play 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 is the first page shown in the managed Google Play Store.

Not specifying a homepage is equivalent to setting the store layout type to "basic".

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 the homepageId field is not set, and to "custom" otherwise. If set to "basic", the layout will consist of all approved apps that have been whitelisted for the user.

Trait Implementations

impl Default for StoreLayout
[src]

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

impl Clone for StoreLayout
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StoreLayout
[src]

Formats the value using the given formatter.

impl RequestValue for StoreLayout
[src]

impl ResponseResult for StoreLayout
[src]