SectionFilter

data class SectionFilter(val sectionType: SectionFilterType, val sectionValues: List<FilterValueElement>) : Parcelable

Constructors

Link copied to clipboard
constructor(sectionType: SectionFilterType, sectionValues: List<FilterValueElement>)

Properties

Link copied to clipboard
Link copied to clipboard

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)