Skip to content

FormVisibilityRuleDTO

Type: object

Properties

Property Type Required Description Constraints
altLabel string No
operator string No
picklistFilterValues array No
subjectField string No
values array No

Generated example

{
  "altLabel": "string",
  "operator": "string",
  "picklistFilterValues": [
    {
      "isDefault": true,
      "label": "string",
      "selected": true,
      "value": "string"
    }
  ],
  "subjectField": "string",
  "values": [
    "string"
  ]
}

Referenced models

Source

Generated from swagger-asset.json.