Struct google_androidenterprise1::AdministratorWebTokenSpecStoreBuilder[][src]

pub struct AdministratorWebTokenSpecStoreBuilder {
    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 Store Builder page is displayed. Default is true.

Trait Implementations

impl Default for AdministratorWebTokenSpecStoreBuilder
[src]

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

impl Clone for AdministratorWebTokenSpecStoreBuilder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AdministratorWebTokenSpecStoreBuilder
[src]

Formats the value using the given formatter. Read more

impl Part for AdministratorWebTokenSpecStoreBuilder
[src]

Auto Trait Implementations