Struct google_vault1::HeldAccount[][src]

pub struct HeldAccount {
    pub hold_time: Option<String>,
    pub account_id: Option<String>,
}

An account being held in a particular hold. This structure is immutable. This can be either a single user or a google group, depending on the corpus.

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

When the account was put on hold.

The account's ID as provided by the Admin SDK.

Trait Implementations

impl Default for HeldAccount
[src]

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

impl Clone for HeldAccount
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HeldAccount
[src]

Formats the value using the given formatter. Read more

impl RequestValue for HeldAccount
[src]

impl ResponseResult for HeldAccount
[src]

Auto Trait Implementations

impl Send for HeldAccount

impl Sync for HeldAccount