GetInfoResponse

@Serializable
data class GetInfoResponse(val gpu: GPUInfo, val modelName: String, val modelVersion: String, val commandLine: String)

Response type for the SystemInfoDomain.getInfo command.

Constructors

Link copied to clipboard
constructor(gpu: GPUInfo, modelName: String, modelVersion: String, commandLine: String)

Properties

Link copied to clipboard

The command line string used to launch the browser. Will be the empty string if not supported.

Link copied to clipboard

Information about the GPUs on the system.

Link copied to clipboard

A platform-dependent description of the model of the machine. On Mac OS, this is, for example, 'MacBookPro'. Will be the empty string if not supported.

Link copied to clipboard

A platform-dependent description of the version of the machine. On Mac OS, this is, for example, '10.1'. Will be the empty string if not supported.