Struct google_androidenterprise1::AppRestrictionsSchema [] [src]

pub struct AppRestrictionsSchema {
    pub restrictions: Option<Vec<AppRestrictionsSchemaRestriction>>,
    pub kind: Option<String>,
}

Represents the list of app restrictions available to be pre-configured for the product.

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 set of restrictions that make up this schema.

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

Trait Implementations

impl Default for AppRestrictionsSchema
[src]

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

impl Clone for AppRestrictionsSchema
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AppRestrictionsSchema
[src]

Formats the value using the given formatter.

impl ResponseResult for AppRestrictionsSchema
[src]