View Source GoogleApi.ContainerAnalysis.V1alpha1.Model.StorageSource (google_api_container_analysis v0.28.0)

StorageSource describes the location of the source in an archive file in Google Cloud Storage.

Attributes

  • bucket (type: String.t, default: nil) - Google Cloud Storage bucket containing source (see [Bucket Name Requirements] (https://cloud.google.com/storage/docs/bucket-naming#requirements)).
  • generation (type: String.t, default: nil) - Google Cloud Storage generation for the object.
  • object (type: String.t, default: nil) - Google Cloud Storage object containing source.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.StorageSource{
  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.