GetDataSourcePlainArgs

data class GetDataSourcePlainArgs(val dataSourceId: String, val knowledgeBaseId: String) : ConvertibleToJava<GetDataSourcePlainArgs>

Constructors

Link copied to clipboard
constructor(dataSourceId: String, knowledgeBaseId: String)

Properties

Link copied to clipboard

Identifier for a resource.

Link copied to clipboard

The unique identifier of the knowledge base to which to add the data source.

Functions

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