Get Kafka Connector Topic Map Result
    data class GetKafkaConnectorTopicMapResult(val batching: KafkaTopicMapBatchingResponse? = null, val compression: String? = null, val copyMqttProperties: String? = null, val extendedLocation: ExtendedLocationPropertyResponse, val id: String, val kafkaConnectorRef: String, val location: String, val name: String, val partitionKeyProperty: String? = null, val partitionStrategy: String? = null, val provisioningState: String, val routes: List<KafkaRoutesResponse>, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
MQ kafkaConnector/topicMap resource
Constructors
Link copied to clipboard
                fun GetKafkaConnectorTopicMapResult(batching: KafkaTopicMapBatchingResponse? = null, compression: String? = null, copyMqttProperties: String? = null, extendedLocation: ExtendedLocationPropertyResponse, id: String, kafkaConnectorRef: String, location: String, name: String, partitionKeyProperty: String? = null, partitionStrategy: String? = null, provisioningState: String, routes: List<KafkaRoutesResponse>, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)