google_api_vault v0.15.0 GoogleApi.Vault.V1.Model.CloudStorageFile View Source

An export file on cloud storage

Attributes

  • bucketName (type: String.t, default: nil) - The cloud storage bucket name of this export file. Can be used in cloud storage JSON/XML API, but not to list the bucket contents. Instead, you can a href="https://cloud.google.com/storage/docs/json_api/v1/objects/get" get individual export files</a> by object name.
  • md5Hash (type: String.t, default: nil) - The md5 hash of the file.
  • objectName (type: String.t, default: nil) - The cloud storage object name of this export file. Can be used in cloud storage JSON/XML API.
  • size (type: String.t, default: nil) - The size of the export file.

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.