View Source GoogleApi.ContainerAnalysis.V1.Model.ImageNote (google_api_container_analysis v0.28.0)

Basis describes the base image portion (Note) of the DockerImage relationship. Linked occurrences are derived from this or an equivalent image via: FROM Or an equivalent reference, e.g., a tag of the resource_url.

Attributes

  • fingerprint (type: GoogleApi.ContainerAnalysis.V1.Model.Fingerprint.t, default: nil) - Required. Immutable. The fingerprint of the base image.
  • resourceUrl (type: String.t, default: nil) - Required. Immutable. The resource_url for the resource representing the basis of associated occurrence images.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1.Model.ImageNote{
  fingerprint: GoogleApi.ContainerAnalysis.V1.Model.Fingerprint.t() | nil,
  resourceUrl: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.