Values.GetDomainSuggestionsResponseSourceThe GetDomainSuggestions operation returns a list of suggested domain names.
type nonrec t = {suggestionsList : DomainSuggestionsList.t option;A list of possible domain names. If you specified true for OnlyAvailable in the request, the list contains only domains that are available for registration.
*)}type nonrec error = [ | `InvalidInput of InvalidInput.t| `TLDInMaintenance of TLDInMaintenance.t| `UnsupportedTLD of UnsupportedTLD.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidInput of InvalidInput.t
| `TLDInMaintenance of TLDInMaintenance.t
| `Unknown_operation_error of string * string option
| `UnsupportedTLD of UnsupportedTLD.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidInput of InvalidInput.t
| `TLDInMaintenance of TLDInMaintenance.t
| `Unknown_operation_error of string * string option
| `UnsupportedTLD of UnsupportedTLD.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of DomainName.t ]) list ]
list ])
list ]