import * as $dara from '@darabonba/typescript'; export declare class UpdateGroupResponseBodyGroup extends $dara.Model { /** * @remarks * The description. * * @example * NewDev-Team */ comments?: string; /** * @remarks * The creation time. * * @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 * NewDev-Team */ groupName?: string; /** * @remarks * The modification time. * * @example * 2015-01-23T12:33:18Z */ updateDate?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class UpdateGroupResponseBody extends $dara.Model { /** * @remarks * The information about the RAM user group. */ group?: UpdateGroupResponseBodyGroup; /** * @remarks * The request ID. * * @example * EC6647CC-0A36-EC7A-BA72-CC81BF3DE182 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }