import * as $dara from '@darabonba/typescript'; export declare class ApplyScenarioResponseBody extends $dara.Model { /** * @remarks * The ID of the request. * * @example * EA24D522-AD35-47B8-8CB2-ADBC38****** */ requestId?: string; /** * @remarks * The code of the business monitoring job, which is the coloring sign. * * @example * 2b97**** */ result?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }