inappmessaging / com.rakuten.tech.mobile.inappmessaging.runtime.data.models / Attribute
Attribute
data class Attribute
This class represents InAppMessagingās custom event attribute.
Constructors
| <init> | This class represents InAppMessagingās custom event attribute.Attribute(nm:
String
, value:
String
, type:
ValueType
)
|
Properties
| name | val name:
String
|
| value | val value:
String
|
| valueType | val valueType:
Int
|