TealiumPrism
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
TealiumPrism
core
/
com.tealium.prism.core.api.data
/
JsonPath
/
Component
/
Index
Index
data
class
Index
(
val
index
:
Int
)
:
JsonPath.Component
Component.Index
defines an
index
used for extracting items from a JSON array structure.
Members
Constructors
Index
Link copied to clipboard
constructor
(
index
:
Int
)
Properties
index
Link copied to clipboard
val
index
:
Int
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String