google_api_container_analysis v0.5.0 GoogleApi.ContainerAnalysis.V1alpha1.Model.StorageSource View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.StorageSource{
  bucket: String.t(),
  generation: String.t(),
  object: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.