AutomationCondition
A condition to be used against `Automation` object types. All fields are tested for equality and combined with a logical ‘and.’
"""
A condition to be used against `Automation` object types. All fields are tested
for equality and combined with a logical ‘and.’
"""
input AutomationCondition {
"""Checks for equality with the object’s `rowId` field."""
rowId: UUID
"""Checks for equality with the object’s `serviceId` field."""
serviceId: UUID
}