UserPropertyResponse

data class UserPropertyResponse(val name: String, val value: Any)

User property.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

User property name.

Link copied to clipboard
val value: Any

User property value. Type: string (or Expression with resultType string).