View Source GoogleApi.CloudBuild.V2.Model.StepRef (google_api_cloud_build v0.52.2)
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
@type t() :: %GoogleApi.CloudBuild.V2.Model.StepRef{ name: String.t() | nil, params: [GoogleApi.CloudBuild.V2.Model.Param.t()] | nil, resolver: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.