jack-kafka-instance-sdk
Version:
RHOAS Kafka Instance Adminstration SDK
26 lines (25 loc) • 650 B
TypeScript
/**
* 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 { AclBinding } from './acl-binding';
/**
* A page of ACL binding entries
* @export
* @interface AclBindingListPageAllOf
*/
export interface AclBindingListPageAllOf {
/**
*
* @type {Array<AclBinding>}
* @memberof AclBindingListPageAllOf
*/
'items': Array<AclBinding>;
}