GoogleApi.Vault.V1.Model.Export (google_api_vault v0.19.4) View Source

An 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.
  • 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.

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() | 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,
  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
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.