toggle menu
MobileMail
androidJvm
switch theme
search in API
MobileMail
/
com.mobilemail.data.model
/
EmailQueryResult
Email
Query
Result
data
class
EmailQueryResult
(
val
ids
:
List
<
String
>
,
val
position
:
Int
,
val
total
:
Int
?
=
null
,
val
queryState
:
String
?
=
null
)
Members
Constructors
Email
Query
Result
Link copied to clipboard
constructor
(
ids
:
List
<
String
>
,
position
:
Int
,
total
:
Int
?
=
null
,
queryState
:
String
?
=
null
)
Properties
ids
Link copied to clipboard
@
SerializedName
(
value
=
"ids"
)
val
ids
:
List
<
String
>
position
Link copied to clipboard
@
SerializedName
(
value
=
"position"
)
val
position
:
Int
query
State
Link copied to clipboard
@
SerializedName
(
value
=
"queryState"
)
val
queryState
:
String
?
=
null
total
Link copied to clipboard
@
SerializedName
(
value
=
"total"
)
val
total
:
Int
?
=
null