OS

@Serializable
data class OS(val name: String, val version: String)

Information about the operating system.

Constructors

Link copied to clipboard
constructor(name: String, version: String)

Properties

Link copied to clipboard

The name of the operating system.

Link copied to clipboard

The version of the operating system.