GoogleApi.CloudBuild.V2.Model.PipelineResult (google_api_cloud_build v0.54.0)
View SourceA value produced by a Pipeline.
Attributes
-
description(type:String.t, default:nil) - Output only. Description of the result. -
name(type:String.t, default:nil) - Output only. Name of the result. -
type(type:String.t, default:nil) - Output only. The type of data that the result holds. -
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.PipelineResult{ description: String.t() | nil, name: String.t() | nil, type: String.t() | nil, value: GoogleApi.CloudBuild.V2.Model.ResultValue.t() | nil }