Struct google_vault1::Export[][src]

pub struct Export {
    pub status: Option<String>,
    pub cloud_storage_sink: Option<CloudStorageSink>,
    pub stats: Option<ExportStats>,
    pub name: Option<String>,
    pub matter_id: Option<String>,
    pub id: Option<String>,
    pub export_options: Option<ExportOptions>,
    pub requester: Option<UserInfo>,
    pub query: Option<Query>,
    pub create_time: Option<String>,
}

An export

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

Output only. The export status.

Output only. Export sink for cloud storage files.

Output only. Export statistics.

The export name.

Output only. The matter ID.

Output only. The generated export ID.

Advanced options of the export.

Output only. The requester of the export.

The search query being exported.

Output only. The time when the export was created.

Trait Implementations

impl Default for Export
[src]

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

impl Clone for Export
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Export
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Export
[src]

impl ResponseResult for Export
[src]

Auto Trait Implementations

impl Send for Export

impl Sync for Export