// This file is auto-generated, don't edit it import * as $dara from '@darabonba/typescript'; export class DetachPluginResponseBody extends $dara.Model { /** * @example * AD00F8C0-311B-54A9-ADE2-2436771012DA */ 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); } }