kinta-lib / com.dailymotion.kinta / GetRefs / Edge
Edge
data class Edge
Constructors
Name | Summary |
---|---|
<init> | Edge(__typename: String , node: Node?) |
Properties
Name | Summary |
---|---|
__typename | val __typename: String |
node | The item at the end of the edge.val node: Node? |
Functions
Name | Summary |
---|---|
marshaller | fun marshaller(): ResponseFieldMarshaller |
Companion Object Functions
Name | Summary |
---|---|
invoke | operator fun invoke(reader: ResponseReader): Edge |