Search Index
Constructors
Link copied to clipboard
fun SearchIndex(name: String, sourceName: String, uuid: String? = null, type: String? = null, params: Map<String, Any?> = emptyMap(), sourceUuid: String? = null, sourceParams: Map<String, Any?> = emptyMap(), sourceType: String? = null, planParams: Map<String, Any?> = emptyMap())
Content copied to clipboard
Types
Functions
Link copied to clipboard
fun copy(name: String = this.name, sourceName: String = this.sourceName, uuid: String? = this.uuid, type: String? = this.type, params: Map<String, Any?> = this.params, sourceUuid: String? = this.sourceUuid, sourceParams: Map<String, Any?> = this.sourceParams, sourceType: String? = this.sourceType, planParams: Map<String, Any?> = this.planParams): SearchIndex
Content copied to clipboard