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

Param 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
}

Functions

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

Unwrap a decoded JSON object into its complex fields.