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

Domain

data class Domain

Description of the protocol domain.

Constructors

<init>

Description of the protocol domain.

Domain(name: String, version: String)

Properties

name

Domain name.

val name: String

version

Domain version.

val version: String