UNPKG

jack-kafka-instance-sdk

Version:
43 lines (38 loc) 914 B
/* 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. */ /** * * @export * @interface ObjectReference */ export interface ObjectReference { /** * Unique identifier for the object. Not supported for all object kinds. * @type {string} * @memberof ObjectReference */ 'id'?: string; /** * * @type {string} * @memberof ObjectReference */ 'kind'?: string; /** * Link path to request the object. Not supported for all object kinds. * @type {string} * @memberof ObjectReference */ 'href'?: string; }