DiscoveredDatasetResponse

data class DiscoveredDatasetResponse(val dataPoints: List<DiscoveredDataPointResponse>? = null, val datasetConfiguration: String? = null, val name: String, val topic: TopicResponse? = null)

Defines the dataset properties.

Constructors

Link copied to clipboard
constructor(dataPoints: List<DiscoveredDataPointResponse>? = null, datasetConfiguration: String? = null, name: String, topic: TopicResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Array of data points that are part of the dataset. Each data point can have per-data point configuration.

Link copied to clipboard

Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.

Link copied to clipboard

Name of the dataset.

Link copied to clipboard
val topic: TopicResponse? = null

Object that describes the topic information for the specific dataset.