View Source GoogleApi.CloudBuild.V2.Model.PipelineRunResult (google_api_cloud_build v0.50.1)

PipelineRunResult used to describe the results of a pipeline

Attributes

  • name (type: String.t, default: nil) - Output only. Name of the TaskRun
  • value (type: GoogleApi.CloudBuild.V2.Model.ResultValue.t, default: nil) - Output only. Value of the result.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V2.Model.PipelineRunResult{
  name: String.t() | nil,
  value: GoogleApi.CloudBuild.V2.Model.ResultValue.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.