uapmd-binding
Toggle table of contents
Common
Target filter
Common
Switch theme
Search in API
Skip to content
uapmd-binding
uapmd-binding
/
dev.atsushieno.uapmd
/
GraphConnectionsResult
Graph
Connections
Result
data
class
GraphConnectionsResult
(
val
success
:
Boolean
,
val
error
:
String
?
,
val
connections
:
List
<
GraphConnection
>
)
Members
Constructors
Graph
Connections
Result
Link copied to clipboard
constructor
(
success
:
Boolean
,
error
:
String
?
,
connections
:
List
<
GraphConnection
>
)
Properties
connections
Link copied to clipboard
val
connections
:
List
<
GraphConnection
>
error
Link copied to clipboard
val
error
:
String
?
success
Link copied to clipboard
val
success
:
Boolean