StateCondition

A condition that is part of the trigger state computation.

JSON representation
{
  "code": enum (Code),
  "message": string
}
Fields
code

enum (Code)

The canonical code of the condition.

message

string

Human-readable message.