Property

data class Property(val key: String, val value: String)

Represents a user property.

Constructors

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

Properties

Link copied to clipboard
val key: String

the key of the property.

Link copied to clipboard

the value of the property.