import * as $dara from '@darabonba/typescript'; export declare class GetGroupResponseBodyGroup extends $dara.Model { /** * @remarks * The description of the RAM user group. * * @example * Dev-Team */ comments?: string; /** * @remarks * The time when the RAM user group was created. * * @example * 2015-01-23T12:33:18Z */ createDate?: string; /** * @remarks * The ID of the RAM user group. * * @example * g-FpMEHiMysofp**** */ groupId?: string; /** * @remarks * The name of the RAM user group. * * @example * Dev-Team */ groupName?: string; /** * @remarks * The modification time. * * @example * 2015-02-11T03:15:21Z */ updateDate?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class GetGroupResponseBody extends $dara.Model { /** * @remarks * The information about the RAM user group. */ group?: GetGroupResponseBodyGroup; /** * @remarks * The request ID. * * @example * D4065824-E422-3ED6-68B1-1AF7D5C7804C */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }