pl.wendigo.chrome.api.schema / GetDomainsResponse

GetDomainsResponse

data class GetDomainsResponse (source)

Represents response frame that is returned from Schema#getDomains operation call. Returns supported domains.

Link
Schema#getDomains method documentation.

See Also

SchemaOperations.getDomains

Constructors

<init>

GetDomainsResponse(domains: List<Domain>)

Represents response frame that is returned from Schema#getDomains operation call. Returns supported domains.

Properties

domains

val domains: List<Domain>

List of supported domains.