View Source GoogleApi.Eventarc.V1.Model.StateCondition (google_api_eventarc v0.12.0)

A condition that is part of the trigger state computation.

Attributes

  • code (type: String.t, default: nil) - The canonical code of the condition.
  • message (type: String.t, default: nil) - Human-readable message.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Eventarc.V1.Model.StateCondition{
  code: String.t() | nil,
  message: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.