data class GetDomainsResponse
Response type for the SchemaDomain.getDomains command.
<init> |
Response type for the SchemaDomain.getDomains command. GetDomainsResponse(domains: List<Domain>) |
domains |
List of supported domains. val domains: List<Domain> |