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

Specifies a file available as a Cloud Storage Object.

Attributes

  • bucket (type: String.t, default: nil) - Required. Bucket of the Cloud Storage object.
  • generation (type: String.t, default: nil) - Generation number of the Cloud Storage object.
  • 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.OSPolicyResourceFileGcs{
  bucket: String.t() | nil,
  generation: String.t() | nil,
  object: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.