ConnectorDefinitionsAvailabilityResponse

data class ConnectorDefinitionsAvailabilityResponse(val isPreview: Boolean? = null, val status: Int? = null)

The exposure status of the connector to the customers.

Constructors

Link copied to clipboard
constructor(isPreview: Boolean? = null, status: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val isPreview: Boolean? = null

Gets or sets a value indicating whether the connector is preview.

Link copied to clipboard
val status: Int? = null

The exposure status of the connector to the customers. Available values are 0-4 (0=None, 1=Available, 2=FeatureFlag, 3=Internal).