Skip to content

AutoSuggestValue

Type: object

Properties

Property Type Required Description Constraints
id integer (int32) Yes Id of the suggested value
displayName string Yes Display name of the suggested value
name string Yes Name of the suggested value

Generated example

{
  "id": 123,
  "displayName": "Example name",
  "name": "Example name"
}

Source

Generated from swagger-asset.json.