GetDataSourcePlainArgs

data class GetDataSourcePlainArgs(val id: String, val indexId: String) : ConvertibleToJava<GetDataSourcePlainArgs>

Constructors

Link copied to clipboard
constructor(id: String, indexId: String)

Properties

Link copied to clipboard
val id: String

The identifier for the data source. For example: b8cae438-6787-4091-8897-684a652bbb0a .

Link copied to clipboard

The identifier of the index you want to use with the data source connector.

Functions

Link copied to clipboard
open override fun toJava(): GetDataSourcePlainArgs