google_api_vault v0.10.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.
  • 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

Link to this type

t()

View Source
t() :: %GoogleApi.Vault.V1.Model.CloudStorageFile{
  bucketName: String.t(),
  md5Hash: String.t(),
  objectName: String.t(),
  size: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.