Ksui
Toggle table of contents
2.2.4-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
Ksui
Ksui
/
xyz.mcxross.ksui.generated
/
MultiGetObjectsQuery
/
Data
Data
data
class
Data
(
val
multiGetObjects
:
List
<
MultiGetObjectsQuery.MultiGetObject
?
>
)
:
Query.Data
Members
Constructors
Data
Link copied to clipboard
constructor
(
multiGetObjects
:
List
<
MultiGetObjectsQuery.MultiGetObject
?
>
)
Properties
multi
Get
Objects
Link copied to clipboard
val
multiGetObjects
:
List
<
MultiGetObjectsQuery.MultiGetObject
?
>
Fetch objects by their keys.
Functions
multi
Get
Objects
Filter
Not
Null
Link copied to clipboard
fun
multiGetObjectsFilterNotNull
(
)
:
List
<
MultiGetObjectsQuery.MultiGetObject
>