Struct google_vault1::MatterPermission[][src]

pub struct MatterPermission {
    pub role: Option<String>,
    pub account_id: Option<String>,
}

Currently each matter only has one owner, and all others are collaborators. When an account is purged, its corresponding MatterPermission resources cease to exist.

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 user's role in this matter.

The account id, as provided by Admin SDK.

Trait Implementations

impl Default for MatterPermission
[src]

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

impl Clone for MatterPermission
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MatterPermission
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for MatterPermission
[src]

Auto Trait Implementations