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

Conditions that need to be true for the task to run.

Attributes

  • expressionOperator (type: String.t, default: nil) - Operator that represents an Input's relationship to the values
  • input (type: String.t, default: nil) - Input is the string for guard checking which can be a static input or an output from a parent Task.
  • values (type: list(String.t), default: nil) - Values is an array of strings, which is compared against the input, for guard checking.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V2.Model.WhenExpression{
  expressionOperator: String.t() | nil,
  input: String.t() | nil,
  values: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.