SpecificationResponse

data class SpecificationResponse(val name: String, val value: String)

Specification of the configurations.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the specification.

Link copied to clipboard

Value of the specification.