View Source GoogleApi.OSConfig.V1.Model.GcsObject (google_api_os_config v0.21.1)

Cloud Storage object representation.

Attributes

  • bucket (type: String.t, default: nil) - Required. Bucket of the Cloud Storage object.
  • generationNumber (type: String.t, default: nil) - Required. Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.
  • object (type: String.t, default: nil) - Required. Name of the Cloud Storage object.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.OSConfig.V1.Model.GcsObject{
  bucket: String.t() | nil,
  generationNumber: String.t() | nil,
  object: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.