GoogleApi.CloudBuild.V2.Model.StepRef (google_api_cloud_build v0.54.0)

View Source

A reference to a remote Step, i.e. a StepAction.

Attributes

  • name (type: String.t, default: nil) - Optional. Name of the step.
  • params (type: list(GoogleApi.CloudBuild.V2.Model.Param.t), default: nil) - Optional. Parameters used to control the resolution.
  • resolver (type: String.t, default: nil) - Optional. Type of the resolver.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.CloudBuild.V2.Model.StepRef{
  name: String.t() | nil,
  params: [GoogleApi.CloudBuild.V2.Model.Param.t()] | nil,
  resolver: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.