// This file is auto-generated, don't edit it import * as $dara from '@darabonba/typescript'; export class UpdateRumFileStatusResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * 626037F5-FDEB-45B0-804C-B3C92797**** */ requestId?: string; static names(): { [key: string]: string } { return { requestId: 'RequestId', }; } static types(): { [key: string]: any } { return { requestId: 'string', }; } validate() { super.validate(); } constructor(map?: { [key: string]: any }) { super(map); } }