toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.search
/
SectionFilter
Section
Filter
data
class
SectionFilter
(
val
sectionType
:
SectionFilterType
,
val
sectionValues
:
List
<
FilterValueElement
>
)
:
Parcelable
Members
Constructors
Section
Filter
Link copied to clipboard
constructor
(
sectionType
:
SectionFilterType
,
sectionValues
:
List
<
FilterValueElement
>
)
Properties
section
Type
Link copied to clipboard
val
sectionType
:
SectionFilterType
section
Values
Link copied to clipboard
val
sectionValues
:
List
<
FilterValueElement
>
Inherited functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)