SuggestDomainResponse
countrystring
countinteger
typestringnullable
partialstringnullable
suggestions object[]
Array [
domainstring
providerstring
typestring
popularityinteger
]
totalinteger
SuggestDomainResponse
{
"country": "string",
"count": 0,
"type": "string",
"partial": "string",
"suggestions": [
{
"domain": "string",
"provider": "string",
"type": "string",
"popularity": 0
}
],
"total": 0
}