GetDataCollectorResult

data class GetDataCollectorResult(val createdAt: String, val description: String, val lastModifiedAt: String, val name: String, val type: String)

Constructors

Link copied to clipboard
fun GetDataCollectorResult(createdAt: String, description: String, lastModifiedAt: String, name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time at which the data collector was created in milliseconds since the epoch.

Link copied to clipboard

A description of the data collector.

Link copied to clipboard

The time at which the Data Collector was last updated in milliseconds since the epoch.

Link copied to clipboard

ID of the data collector. Must begin with dc_.

Link copied to clipboard

Immutable. The type of data this data collector will collect.