Saltar al contenido principal

SuggestionsResponseDTO

suggestions object[]
  • Array [
  • typestring
    textstring
    countint32
    iconstring
  • ]
  • totalint32
    SuggestionsResponseDTO
    {
    "suggestions": [
    {
    "type": "string",
    "text": "string",
    "count": 0,
    "icon": "string"
    }
    ],
    "total": 0
    }