Struct google_androidenterprise1::StorePage [] [src]

pub struct StorePage {
    pub kind: Option<String>,
    pub link: Option<Vec<String>>,
    pub id: Option<String>,
    pub name: Option<Vec<LocalizedText>>,
}

Definition of a managed Google Play store page, made of a localized name and links to other pages. A page also contains clusters defined as a subcollection.

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

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

Ordered list of pages a user should be able to reach from this page. The pages must exist, must not be this page, and once a link is created the page linked to cannot be deleted until all links to it are removed. It is recommended that the basic pages are created first, before adding the links between pages.

No attempt is made to verify that all pages are reachable from the homepage.

Unique ID of this page. Assigned by the server. Immutable once assigned.

Ordered list of localized strings giving the name of this page. The text displayed is the one that best matches the user locale, or the first entry if there is no good match. There needs to be at least one entry.

Trait Implementations

impl Default for StorePage
[src]

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

impl Clone for StorePage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StorePage
[src]

Formats the value using the given formatter.

impl RequestValue for StorePage
[src]

impl ResponseResult for StorePage
[src]