GoogleApi.Vault.V1.Model.CloudStorageFile (google_api_vault v0.25.0)

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 API or XML API, 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 API or XML API.
  • size (type: String.t, default: nil) - The export file size.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Vault.V1.Model.CloudStorageFile{
  bucketName: String.t() | nil,
  md5Hash: String.t() | nil,
  objectName: String.t() | nil,
  size: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.