customer-android-kotlin

//core/com.kustomer.core.models/KusAutomationConditions

KusAutomationConditions

[androidJvm]
@JsonClass(generateAdapter = true)

data class KusAutomationConditions(@Json(name = "and")val and: List<Any>?, @Json(name = "or")val or: List<Any>?)

Constructors

   
KusAutomationConditions [androidJvm]
constructor(@Json(name = "and")and: List<Any>?, @Json(name = "or")or: List<Any>?)

Properties

Name Summary
and [androidJvm]
val and: List<Any>?
or [androidJvm]
val or: List<Any>?