dataos-sdk-kt
jvm
heimdall
/
io.dataos.heimdall.client.models
/
Property
Property
data
class
Property
(
val
key
:
String
,
val
value
:
String
)
Represents a user property.
Members
Constructors
Property
Link copied to clipboard
constructor
(
key
:
String
,
value
:
String
)
Properties
key
Link copied to clipboard
val
key
:
String
the key of the property.
value
Link copied to clipboard
val
value
:
String
the value of the property.