INPUT_OBJECT
ModelDeploymentRuleCondition
A condition to be used against ModelDeploymentRule
object types. All fields
are tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input ModelDeploymentRuleCondition {
- # Checks for equality with the object’s `id` field.
- UUID :
- # Checks for equality with the object’s `organizationId` field.
- UUID :
- # Checks for equality with the object’s `label` field.
- String :
- # Checks for equality with the object’s `modeltags` field.
- String] : [
- # Checks for equality with the object’s `modelattributes` field.
- JSON :
- # Checks for equality with the object’s `devicetags` field.
- String] : [
- # Checks for equality with the object’s `deviceattributes` field.
- JSON :
- # Checks for equality with the object’s `enabled` field.
- Boolean :
- }