chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.schema / GetDomainsResponse

GetDomainsResponse

data class GetDomainsResponse

Response type for the SchemaDomain.getDomains command.

Constructors

<init>

Response type for the SchemaDomain.getDomains command.

GetDomainsResponse(domains: List<Domain>)

Properties

domains

List of supported domains.

val domains: List<Domain>