import * as $dara from '@darabonba/typescript'; export declare class ActiveAiRtcLicenseResponseBody extends $dara.Model { /** * @remarks * The error code returned. * * @example * Success */ code?: string; /** * @remarks * The HTTP status code. * * @example * 200 */ httpStatusCode?: number; /** * @remarks * The license information. * * @example * a659a06659a*** */ license?: string; /** * @remarks * The error message. * * @example * OK */ message?: string; /** * @remarks * The request ID. * * @example * 4F9C14FE-1147-15AC-8EDF-A590FF12*** */ requestId?: string; /** * @remarks * Indicates whether the call was successful. * * @example * true */ success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }