google_api_vault v0.5.0 GoogleApi.Vault.V1.Model.Export View Source
An export
Attributes
- cloudStorageSink (CloudStorageSink): Output only. Export sink for cloud storage files. Defaults to:
null
. - createTime (DateTime.t): Output only. The time when the export was created. Defaults to:
null
. - exportOptions (ExportOptions): Advanced options of the export. Defaults to:
null
. - id (String.t): Output only. The generated export ID. Defaults to:
null
. - matterId (String.t): Output only. The matter ID. Defaults to:
null
. - name (String.t): The export name. Defaults to:
null
. - query (Query): The search query being exported. Defaults to:
null
. - requester (UserInfo): Output only. The requester of the export. Defaults to:
null
. - stats (ExportStats): Output only. Export statistics. Defaults to:
null
. status (String.t): Output only. The export status. Defaults to:
null
.- Enum - one of [EXPORT_STATUS_UNSPECIFIED, COMPLETED, FAILED, IN_PROGRESS]
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Vault.V1.Model.Export{
cloudStorageSink: GoogleApi.Vault.V1.Model.CloudStorageSink.t(),
createTime: DateTime.t(),
exportOptions: GoogleApi.Vault.V1.Model.ExportOptions.t(),
id: any(),
matterId: any(),
name: any(),
query: GoogleApi.Vault.V1.Model.Query.t(),
requester: GoogleApi.Vault.V1.Model.UserInfo.t(),
stats: GoogleApi.Vault.V1.Model.ExportStats.t(),
status: any()
}
t() :: %GoogleApi.Vault.V1.Model.Export{ cloudStorageSink: GoogleApi.Vault.V1.Model.CloudStorageSink.t(), createTime: DateTime.t(), exportOptions: GoogleApi.Vault.V1.Model.ExportOptions.t(), id: any(), matterId: any(), name: any(), query: GoogleApi.Vault.V1.Model.Query.t(), requester: GoogleApi.Vault.V1.Model.UserInfo.t(), stats: GoogleApi.Vault.V1.Model.ExportStats.t(), status: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.