Struct google_androidenterprise1::AdministratorWebTokenSpecPlaySearch[][src]

pub struct AdministratorWebTokenSpecPlaySearch {
    pub approve_apps: Option<bool>,
    pub enabled: Option<bool>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

Allow access to the iframe in approve mode. Default is false.

Whether the Play Search page is displayed. Default is true.

Trait Implementations

impl Default for AdministratorWebTokenSpecPlaySearch
[src]

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

impl Clone for AdministratorWebTokenSpecPlaySearch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AdministratorWebTokenSpecPlaySearch
[src]

Formats the value using the given formatter. Read more

impl Part for AdministratorWebTokenSpecPlaySearch
[src]

Auto Trait Implementations