BrandStaffsBlockConditions

data class BrandStaffsBlockConditions(val labelId: Int? = null, val gender: Gender? = null, val age: IntRange? = null, val shopIds: Set<Int> = emptySet(), val heightRange: IntRange? = null, val order: Order = Order.NEW_ARRIVAL)(source)

Constructors

Link copied to clipboard
constructor(labelId: Int? = null, gender: Gender? = null, age: IntRange? = null, shopIds: Set<Int> = emptySet(), heightRange: IntRange? = null, order: Order = Order.NEW_ARRIVAL)

Properties

Link copied to clipboard
val age: IntRange? = null
Link copied to clipboard
val gender: Gender? = null
Link copied to clipboard
val heightRange: IntRange? = null
Link copied to clipboard
val labelId: Int? = null
Link copied to clipboard
Link copied to clipboard