copy

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