Struct google_androidenterprise1::AdministratorWebTokenSpecPrivateApps[][src]

pub struct AdministratorWebTokenSpecPrivateApps {
    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

Whether the Private Apps page is displayed. Default is true.

Trait Implementations

impl Default for AdministratorWebTokenSpecPrivateApps
[src]

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

impl Clone for AdministratorWebTokenSpecPrivateApps
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AdministratorWebTokenSpecPrivateApps
[src]

Formats the value using the given formatter. Read more

impl Part for AdministratorWebTokenSpecPrivateApps
[src]

Auto Trait Implementations