Struct google_vault1::HeldOrgUnit[][src]

pub struct HeldOrgUnit {
    pub hold_time: Option<String>,
    pub org_unit_id: Option<String>,
}

A organizational unit being held in a particular hold. This structure is immutable.

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

Fields

When the org unit was put on hold. This property is immutable.

The org unit's immutable ID as provided by the Admin SDK.

Trait Implementations

impl Default for HeldOrgUnit
[src]

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

impl Clone for HeldOrgUnit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HeldOrgUnit
[src]

Formats the value using the given formatter. Read more

impl Part for HeldOrgUnit
[src]

Auto Trait Implementations

impl Send for HeldOrgUnit

impl Sync for HeldOrgUnit