core
/
com.moengage.core.internal.model
/
Attribute
Attribute
data class
Attribute
(name:
String
, value:
Any
, attributeType:
AttributeType
)
Content copied to clipboard
Author
Umang Chamaria Date: 2020/12/01
Constructors
Properties
Constructors
Attribute
Link copied to clipboard
fun
Attribute
(name:
String
, value:
Any
, attributeType:
AttributeType
)
Content copied to clipboard
Properties
attributeType
Link copied to clipboard
val
attributeType
:
AttributeType
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
value
Link copied to clipboard
val
value
:
Any
Content copied to clipboard