import * as $dara from '@darabonba/typescript'; export declare class DeleteDispatchRuleResponseBody extends $dara.Model { /** * @remarks * The ID of the request. * * @example * 16AF921B-8187-489F-9913-43C808B4**** */ requestId?: string; /** * @remarks * Indicates whether the request was successful. Valid values: true and false. * * @example * true */ success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }