google_api_os_config v0.6.0 GoogleApi.OSConfig.V1.Model.FileGcs View Source

Specifies a file available as a GCS Object.

Attributes

  • bucket (type: String.t, default: nil) - Bucket of the GCS object.
  • generation (type: String.t, default: nil) - Generation number of the GCS object.
  • object (type: String.t, default: nil) - Name of the GCS object.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.OSConfig.V1.Model.FileGcs{
  bucket: String.t(),
  generation: String.t(),
  object: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.