retrofit-graphql
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
retrofit-graphql
api
/
co.anitrend.retrofit.graphql.model
/
GraphQLPathSegment
/
Index
Index
data
class
Index
(
val
value
:
Int
)
:
GraphQLPathSegment
(
source
)
A zero-based list index on the response path.
Members
Constructors
Index
Link copied to clipboard
constructor
(
value
:
Int
)
Properties
value
Link copied to clipboard
val
value
:
Int
The zero-based position within a list field.