DeferredFragmentIdentifier

data class DeferredFragmentIdentifier(val path: List<Any>, val label: String?)

Constructors

Link copied to clipboard
constructor(path: List<Any>, label: String?)

Properties

Link copied to clipboard
Link copied to clipboard
val path: List<Any>

Path of the fragment in the overall JSON response. The elements can either be Strings (names) or Integers (array indices).