jack-kafka-instance-sdk
Version:
RHOAS Kafka Instance Adminstration SDK
29 lines (23 loc) • 779 B
text/typescript
/* tslint:disable */
/* eslint-disable */
/**
* 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 { Consumer } from './consumer';
import { ConsumerGroupAllOf } from './consumer-group-all-of';
import { ConsumerGroupMetrics } from './consumer-group-metrics';
import { ConsumerGroupState } from './consumer-group-state';
import { ObjectReference } from './object-reference';
/**
* @type ConsumerGroup
* @export
*/
export type ConsumerGroup = ConsumerGroupAllOf & ObjectReference;