CustomProperty

@Serializable
data class CustomProperty(val key: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
fun CustomProperty(key: String? = null, value: String? = null)

Properties

Link copied to clipboard
val key: String? = null
Link copied to clipboard
val value: String? = null