GoogleApi.Vault.V1.Model.Export (google_api_vault v0.25.0)
View SourceAn export. To work with Vault resources, the account must have the required Vault privileges and access to the matter. To access a matter, the account must have created the matter, have the matter shared with them, or have the View All Matters privilege.
Attributes
-
cloudStorageSink
(type:GoogleApi.Vault.V1.Model.CloudStorageSink.t
, default:nil
) - Output only. The sink for export files in Cloud Storage. -
createTime
(type:DateTime.t
, default:nil
) - Output only. The time when the export was created. -
exportOptions
(type:GoogleApi.Vault.V1.Model.ExportOptions.t
, default:nil
) - Additional export options. -
id
(type:String.t
, default:nil
) - Output only. The generated export ID. -
matterId
(type:String.t
, default:nil
) - Output only. The matter ID. -
name
(type:String.t
, default:nil
) - The export name. Don't use special characters (~!$'(),;@:/?) in the name, they can prevent you from downloading exports. -
parentExportId
(type:String.t
, default:nil
) - Output only. Identifies the parent export that spawned this child export. This is only set on child exports. -
query
(type:GoogleApi.Vault.V1.Model.Query.t
, default:nil
) - The query parameters used to create the export. -
requester
(type:GoogleApi.Vault.V1.Model.UserInfo.t
, default:nil
) - Output only. The requester of the export. -
stats
(type:GoogleApi.Vault.V1.Model.ExportStats.t
, default:nil
) - Output only. Details about the export progress and size. -
status
(type:String.t
, default:nil
) - Output only. The status of the export.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Vault.V1.Model.Export{ cloudStorageSink: GoogleApi.Vault.V1.Model.CloudStorageSink.t() | nil, createTime: DateTime.t() | nil, exportOptions: GoogleApi.Vault.V1.Model.ExportOptions.t() | nil, id: String.t() | nil, matterId: String.t() | nil, name: String.t() | nil, parentExportId: String.t() | nil, query: GoogleApi.Vault.V1.Model.Query.t() | nil, requester: GoogleApi.Vault.V1.Model.UserInfo.t() | nil, stats: GoogleApi.Vault.V1.Model.ExportStats.t() | nil, status: String.t() | nil }