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

Parameter value.

Attributes

  • arrayVal (type: list(String.t), default: nil) - Value of the parameter if type is array.
  • stringVal (type: String.t, default: nil) - Value of the parameter if type is string.
  • type (type: String.t, default: nil) - Type of parameter.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V2.Model.ParamValue{
  arrayVal: [String.t()] | nil,
  stringVal: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.