GoogleApi.Vault.V1.Model.Export (google_api_vault v0.18.0) View Source
An export
Attributes
-
cloudStorageSink
(type:GoogleApi.Vault.V1.Model.CloudStorageSink.t
, default:nil
) - Output only. Export sink for cloud storage files. -
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
) - Advanced options of the export. -
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. -
query
(type:GoogleApi.Vault.V1.Model.Query.t
, default:nil
) - The search query being exported. -
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. Export statistics. -
status
(type:String.t
, default:nil
) - Output only. The export status.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Vault.V1.Model.Export{ cloudStorageSink: GoogleApi.Vault.V1.Model.CloudStorageSink.t(), createTime: DateTime.t(), exportOptions: GoogleApi.Vault.V1.Model.ExportOptions.t(), id: String.t(), matterId: String.t(), name: String.t(), query: GoogleApi.Vault.V1.Model.Query.t(), requester: GoogleApi.Vault.V1.Model.UserInfo.t(), stats: GoogleApi.Vault.V1.Model.ExportStats.t(), status: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.