TealiumPrism
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
TealiumPrism
core
/
com.tealium.prism.core.api.data
/
JsonPath
/
Component
/
Key
Key
data
class
Key
(
val
key
:
String
)
:
JsonPath.Component
Component.Key
defines a key
key
used for extracting items from a JSON object structure.
Members
Constructors
Key
Link copied to clipboard
constructor
(
key
:
String
)
Properties
is
Dot
Notation
Allowed
Link copied to clipboard
val
isDotNotationAllowed
:
Boolean
key
Link copied to clipboard
val
key
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String