Struct google_vault1::Matter[][src]

pub struct Matter {
    pub matter_permissions: Option<Vec<MatterPermission>>,
    pub matter_id: Option<String>,
    pub state: Option<String>,
    pub name: Option<String>,
    pub description: Option<String>,
}

Represents a matter.

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

List of users and access to the matter. Currently there is no programmer defined limit on the number of permissions a matter can have.

The matter ID which is generated by the server. Should be blank when creating a new matter.

The state of the matter.

The name of the matter.

The description of the matter.

Trait Implementations

impl Default for Matter
[src]

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

impl Clone for Matter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Matter
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Matter
[src]

impl Resource for Matter
[src]

impl ResponseResult for Matter
[src]

Auto Trait Implementations

impl Send for Matter

impl Sync for Matter