CompositePathResponse

data class CompositePathResponse(val order: String? = null, val path: String? = null)

Constructors

Link copied to clipboard
constructor(order: String? = null, path: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val order: String? = null

Sort order for composite paths.

Link copied to clipboard
val path: String? = null

The path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*) */