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

The export file in Cloud Storage

Attributes

  • bucketName (type: String.t, default: nil) - The name of the Cloud Storage bucket for the export file. You can use this value in the Cloud Storage JSON or XML APIs, but not to list the bucket contents. Instead, you can get individual export files by object name.
  • md5Hash (type: String.t, default: nil) - The md5 hash of the file.
  • objectName (type: String.t, default: nil) - The name of the Cloud Storage object for the export file. You can use this value in the Cloud Storage JSON or XML APIs.
  • size (type: String.t, default: nil) - The export file size.

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.CloudStorageFile{
  bucketName: String.t() | nil,
  md5Hash: String.t() | nil,
  objectName: String.t() | nil,
  size: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.