View Source GoogleApi.Run.V2.Model.GoogleCloudRunV2GCSVolumeSource (google_api_run v0.29.0)

Represents a GCS Bucket mounted as a volume.

Attributes

  • bucket (type: String.t, default: nil) - GCS Bucket name
  • readOnly (type: boolean(), default: nil) - If true, mount the GCS bucket as read-only

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V2.Model.GoogleCloudRunV2GCSVolumeSource{
  bucket: String.t() | nil,
  readOnly: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.