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

Attributes

  • annotations (type: map(), default: nil) -
  • content (type: String.t, default: nil) -
  • digest (type: map(), default: nil) -
  • downloadLocation (type: String.t, default: nil) -
  • mediaType (type: String.t, default: nil) -
  • name (type: String.t, default: nil) -
  • uri (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.ResourceDescriptor{
  annotations: map() | nil,
  content: String.t() | nil,
  digest: map() | nil,
  downloadLocation: String.t() | nil,
  mediaType: String.t() | nil,
  name: String.t() | nil,
  uri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.