// The accompanying value the trigger responds to. This value is often mandatory, but this depends on the trigger. If the rule trigger is something like 'has any tag', submit the string 'true'.
Valuestring`json:"value,omitempty"`
// Order of the trigger
Orderint32`json:"order,omitempty"`
// If the trigger is active.
Activebool`json:"active,omitempty"`
// When true, other triggers will not be checked if this trigger was triggered.