IncludedPathResponse

data class IncludedPathResponse(val indexes: List<IndexesResponse>? = null, val path: String? = null)

The paths that are included in indexing

Constructors

Link copied to clipboard
constructor(indexes: List<IndexesResponse>? = null, path: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of indexes for this path

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/*) */