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

An export file on cloud storage

Attributes

  • bucketName (String.t): The cloud storage bucket name of this export file. Can be used in cloud storage JSON/XML API. Defaults to: null.
  • md5Hash (String.t): The md5 hash of the file. Defaults to: null.
  • objectName (String.t): The cloud storage object name of this export file. Can be used in cloud storage JSON/XML API. Defaults to: null.
  • size (String.t): The size of the export file. Defaults to: null.

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

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.