Struct google_androidmanagement1::ApplicationPermission[][src]

pub struct ApplicationPermission {
    pub permission_id: Option<String>,
    pub name: Option<String>,
    pub description: Option<String>,
}

A permission required by the app.

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

Fields

An opaque string uniquely identifying the permission. Not localized.

The name of the permission. Localized.

A longer description of the permission, providing more detail on what it affects. Localized.

Trait Implementations

impl Default for ApplicationPermission
[src]

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

impl Clone for ApplicationPermission
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ApplicationPermission
[src]

Formats the value using the given formatter. Read more

impl Part for ApplicationPermission
[src]

Auto Trait Implementations