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

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

Attributes

  • 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.
  • identifierHelper (type: GoogleApi.ContainerAnalysis.V1alpha1.Model.IdentifierHelper.t, default: nil) - Helps in identifying the underlying product.
  • 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.V1alpha1.Model.Product{
  id: String.t() | nil,
  identifierHelper:
    GoogleApi.ContainerAnalysis.V1alpha1.Model.IdentifierHelper.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.