UNPKG

@rhoas/kafka-instance-sdk

Version:
25 lines (24 loc) 535 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. */ /** * Identifier for a Kafka server / broker. * @export * @interface Node */ export interface Node { /** * * @type {number} * @memberof Node */ 'id'?: number; }