toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-api
/
me.ahoo.wow.api.query
/
Projection
Projection
data
class
Projection
(
val
include
:
List
<
String
>
=
emptyList()
,
val
exclude
:
List
<
String
>
=
emptyList()
)
Members
Constructors
Projection
Link copied to clipboard
constructor
(
include
:
List
<
String
>
=
emptyList()
,
exclude
:
List
<
String
>
=
emptyList()
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
exclude
Link copied to clipboard
val
exclude
:
List
<
String
>
include
Link copied to clipboard
val
include
:
List
<
String
>
Functions
is
Empty
Link copied to clipboard
fun
isEmpty
(
)
:
Boolean