Skip to content

FormFieldVisibilityRuleResponse

Type: object

Properties

Property Type Required Description Constraints
ruleType string No
rules array No

Generated example

{
  "ruleType": "string",
  "rules": [
    {
      "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.