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 |