import * as $dara from '@darabonba/typescript'; export declare class DeleteGroupRequest extends $dara.Model { /** * @remarks * The name of the RAM user group. * * If you want to query the name of a RAM user group, you can call the [ListGroups](https://help.aliyun.com/document_detail/28703.html) operation. * * @example * Dev-Team */ groupName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }