Get Connector Mapping Result
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
fun GetConnectorMappingResult(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)