ImportSqlCollectorPropertiesResponse

data class ImportSqlCollectorPropertiesResponse(val createdTimestamp: String, val discoverySiteId: String? = null, val provisioningState: String, val updatedTimestamp: String)

Import SQL Collector properties class.

Constructors

Link copied to clipboard
constructor(createdTimestamp: String, discoverySiteId: String? = null, provisioningState: String, updatedTimestamp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When was import SQL collector first created.

Link copied to clipboard
val discoverySiteId: String? = null

The sql db extended details.

Link copied to clipboard

The status of the last operation.

Link copied to clipboard

When was import SQL collector last updated.