UNPKG

jack-kafka-instance-sdk

Version:
19 lines (18 loc) 530 B
/** * Kafka Instance API * API for interacting with Kafka Instance. Includes Produce, Consume and Admin APIs * * The version of the OpenAPI document: 0.14.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { ObjectReference } from './object-reference'; import { RecordAllOf } from './record-all-of'; /** * @type Record * @export */ export type Record = ObjectReference & RecordAllOf;