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

Product contains information about a product and how to uniquely identify it.

Attributes

  • genericUri (type: String.t, default: nil) - Contains a URI which is vendor-specific. Example: The artifact repository URL of an image.
  • id (type: String.t, default: nil) - Token that identifies a product so that it can be referred to from other parts in the document. There is no predefined format as long as it uniquely identifies a group in the context of the current document.
  • name (type: String.t, default: nil) - Name of the product.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1.Model.Product{
  genericUri: String.t() | nil,
  id: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.