UNPKG

@aiozstream/nodejs-client

Version:
39 lines (33 loc) 752 B
/** * @aiozstream/nodejs-client * Aioz Stream Service * * The version of the OpenAPI document: 1.0 * * * NOTE: This class is auto generated. * Do not edit the class manually. */ import AttributeType from './AttributeType.js'; export default class ResponseSuccess { 'message'?: string; 'status'?: string; static readonly discriminator?: string = undefined; static readonly attributeTypeMap: Array<AttributeType> = [ { name: 'message', baseName: 'message', type: 'string', format: '', }, { name: 'status', baseName: 'status', type: 'string', format: '', }, ]; static getAttributeTypeMap(): Array<AttributeType> { return ResponseSuccess.attributeTypeMap; } }