Skip to content

AddFormFieldVisibilityRequest

Type: object

Properties

Property Type Required Description Constraints
visibilityRule model: FormFieldVisibilityRequest No

Generated example

{
  "visibilityRule": {
    "ruleType": "show",
    "rules": [
      {
        "altLabel": "string",
        "operator": "is",
        "pickListValues": [
          {
            "isDefault": true,
            "label": "string",
            "selected": true,
            "value": "string"
          }
        ],
        "subjectField": "string",
        "values": [
          "string"
        ]
      }
    ]
  }
}

Referenced models

Source

Generated from swagger-asset.json.