GetConnectorMappingResult

data class GetConnectorMappingResult(val connectorMappingName: String, val connectorName: String, val connectorType: String? = null, val created: String, val dataFormatId: String, val description: String? = null, val displayName: String? = null, val entityType: String, val entityTypeName: String, val id: String, val lastModified: String, val mappingProperties: ConnectorMappingPropertiesResponse, val name: String, val nextRunTime: String, val runId: String, val state: String, val tenantId: String, val type: String)

The connector mapping resource format.

Constructors

Link copied to clipboard
constructor(connectorMappingName: String, connectorName: String, connectorType: String? = null, created: String, dataFormatId: String, description: String? = null, displayName: String? = null, entityType: String, entityTypeName: String, id: String, lastModified: String, mappingProperties: ConnectorMappingPropertiesResponse, name: String, nextRunTime: String, runId: String, state: String, tenantId: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The connector mapping name

Link copied to clipboard

The connector name.

Link copied to clipboard
val connectorType: String? = null

Type of connector.

Link copied to clipboard

The created time.

Link copied to clipboard

The DataFormat ID.

Link copied to clipboard
val description: String? = null

The description of the connector mapping.

Link copied to clipboard
val displayName: String? = null

Display name for the connector mapping.

Link copied to clipboard

Defines which entity type the file should map to.

Link copied to clipboard

The mapping entity name.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

The last modified time.

Link copied to clipboard

The properties of the mapping.

Link copied to clipboard

Resource name.

Link copied to clipboard

The next run time based on customer's settings.

Link copied to clipboard

The RunId.

Link copied to clipboard

State of connector mapping.

Link copied to clipboard

The hub name.

Link copied to clipboard

Resource type.