GoogleApi.CloudBuild.V2.Model.Param (google_api_cloud_build v0.54.0)
View SourceParam defined with name and value. PipelineRef can be used to refer to a specific instance of a Pipeline.
Attributes
-
name(type:String.t, default:nil) - Name of the parameter. -
value(type:GoogleApi.CloudBuild.V2.Model.ParamValue.t, default:nil) - Value of the parameter.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudBuild.V2.Model.Param{ name: String.t() | nil, value: GoogleApi.CloudBuild.V2.Model.ParamValue.t() | nil }