Struct google_vault1::AddHeldAccountResult[][src]

pub struct AddHeldAccountResult {
    pub status: Option<Status>,
    pub account: Option<HeldAccount>,
}

A status detailing the status of each account creation, and the HeldAccount, if successful.

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

Fields

This represents the success status. If failed, check message.

If present, this account was successfully created.

Trait Implementations

impl Default for AddHeldAccountResult
[src]

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

impl Clone for AddHeldAccountResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AddHeldAccountResult
[src]

Formats the value using the given formatter. Read more

impl Part for AddHeldAccountResult
[src]

Auto Trait Implementations