GetDomainsResponse

@Serializable
data class GetDomainsResponse(val domains: List<Domain>)(source)

Response type for the SchemaDomain.getDomains command.

Constructors

Link copied to clipboard
constructor(domains: List<Domain>)

Properties

Link copied to clipboard

List of supported domains.