// This file is auto-generated, don't edit it import * as $dara from '@darabonba/typescript'; export class DeleteAutoProvisioningGroupResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * B48A12CD-1295-4A38-A8F0-0E92C937**** */ 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); } }