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

Indicates that the builder claims certain fields in this message to be complete.

Attributes

  • environment (type: boolean(), default: nil) - If true, the builder claims that invocation.environment is complete.
  • materials (type: boolean(), default: nil) - If true, the builder claims that materials is complete.
  • parameters (type: boolean(), default: nil) - If true, the builder claims that invocation.parameters is complete.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaCompleteness{
    environment: boolean() | nil,
    materials: boolean() | nil,
    parameters: boolean() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.