toggle menu
igdbclient-core
0.6
common
switch theme
search in API
igdbclient-core
/
ru.pixnews.igdbclient.model
/
UnpackedMultiQueryResult
Unpacked
Multi
Query
Result
class
UnpackedMultiQueryResult
<
out
R
:
Any
>
(
val
name
:
String
=
""
,
val
count
:
Long
=
0
,
val
results
:
List
<
R
>
?
=
null
)
Members
Constructors
Unpacked
Multi
Query
Result
Link copied to clipboard
constructor
(
name
:
String
=
""
,
count
:
Long
=
0
,
results
:
List
<
R
>
?
=
null
)
Properties
count
Link copied to clipboard
val
count
:
Long
=
0
name
Link copied to clipboard
val
name
:
String
results
Link copied to clipboard
val
results
:
List
<
R
>
?
=
null
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String