SpatialSpecResponse

data class SpatialSpecResponse(val path: String? = null, val types: List<String>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

Link copied to clipboard
val types: List<String>? = null

List of path's spatial type */