import * as $dara from '@darabonba/typescript'; export declare class ChangeResourceGroupResponseBodyData extends $dara.Model { /** * @remarks * The ID of the resource group. * * @example * rg-aek2vezare**** */ resourceGroupId?: string; /** * @remarks * The resource ID. * * @example * ggxw4lnjuz@cfd34a78f****** */ resourceId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class ChangeResourceGroupResponseBody extends $dara.Model { /** * @remarks * The status code or error code. * * @example * 200 */ code?: string; /** * @remarks * The returned struct. */ data?: ChangeResourceGroupResponseBodyData; /** * @remarks * The returned message. * * @example * message */ message?: string; /** * @remarks * The request ID. * * @example * 46355DD8-FC56-40C5-BFC6-269DE4F9**** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }