GoogleApi.ContainerAnalysis.V1.Model.StepResult (google_api_container_analysis v0.34.0)

View Source

StepResult is the declaration of a result for a build step.

Attributes

  • attestationContentName (type: String.t, default: nil) -
  • attestationType (type: String.t, default: nil) -
  • name (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ContainerAnalysis.V1.Model.StepResult{
  attestationContentName: String.t() | nil,
  attestationType: String.t() | nil,
  name: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.