Struct google_androidenterprise1::ProductPermission [] [src]

pub struct ProductPermission {
    pub permission_id: Option<String>,
    pub state: Option<String>,
}

A product permissions resource represents the set of permissions required by a specific app and whether or not they have been accepted by an enterprise admin.

The API can be used to read the set of permissions, and also to update the set to indicate that permissions have been accepted.

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

Fields

An opaque string uniquely identifying the permission.

Whether the permission has been accepted or not.

Trait Implementations

impl Debug for ProductPermission
[src]

Formats the value using the given formatter.

impl Clone for ProductPermission
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ProductPermission
[src]

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

impl Part for ProductPermission
[src]