toggle menu
Anitraklib
0.1.10-alpha
common
switch theme
search in API
Anitraklib
/
io.github.vincentvibe3.anitraklib.anilist.types
/
StudioConnection
Studio
Connection
@
Serializable
data
class
StudioConnection
(
val
edges
:
List
<
StudioEdge
>
?
=
null
,
val
nodes
:
List
<
Studio
>
,
val
pageInfo
:
PageInfo
)
Members
Constructors
Studio
Connection
Link copied to clipboard
constructor
(
edges
:
List
<
StudioEdge
>
?
=
null
,
nodes
:
List
<
Studio
>
,
pageInfo
:
PageInfo
)
Properties
edges
Link copied to clipboard
val
edges
:
List
<
StudioEdge
>
?
=
null
nodes
Link copied to clipboard
val
nodes
:
List
<
Studio
>
page
Info
Link copied to clipboard
val
pageInfo
:
PageInfo