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

ParamSpec defines parameters needed beyond typed inputs (such as resources). Parameter values are provided by users as inputs on a TaskRun or PipelineRun.

Attributes

  • default (type: GoogleApi.CloudBuild.V2.Model.ParamValue.t, default: nil) - The default value a parameter takes if no input value is supplied
  • description (type: String.t, default: nil) - Description of the ParamSpec
  • name (type: String.t, default: nil) - Name of the ParamSpec
  • type (type: String.t, default: nil) - Type of ParamSpec

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V2.Model.ParamSpec{
  default: GoogleApi.CloudBuild.V2.Model.ParamValue.t() | nil,
  description: String.t() | nil,
  name: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.