Struct google_vault1::GroupsExportOptions[][src]

pub struct GroupsExportOptions {
    pub export_format: Option<String>,
}

The options for groups export.

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

Fields

The export format for groups export.

Trait Implementations

impl Default for GroupsExportOptions
[src]

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

impl Clone for GroupsExportOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GroupsExportOptions
[src]

Formats the value using the given formatter. Read more

impl Part for GroupsExportOptions
[src]

Auto Trait Implementations