ConnectorDataTypeResponse

data class ConnectorDataTypeResponse(val lastDataReceivedQuery: String, val name: String)

The data type which is created by the connector, including a query indicated when was the last time that data type was received in the workspace.

Constructors

Link copied to clipboard
constructor(lastDataReceivedQuery: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the query to indicate when relevant data was last received in the workspace.

Link copied to clipboard

Gets or sets the name of the data type to show in the graph.