import * as $dara from '@darabonba/typescript'; export declare class CreateApiGroupResponseBody extends $dara.Model { /** * @example * /qqq */ basePath?: string; /** * @example * The weather informations */ description?: string; /** * @example * 523e8dc7bbe04613b5b1d726c2a7xx */ groupId?: string; /** * @example * Weather */ groupName?: string; /** * @example * apigateway-cn-v6419k43xxxxx */ instanceId?: string; /** * @example * VPC_SHARED */ instanceType?: string; /** * @example * FF3B7D81-66AE-47E0-BF69-157DCF187514 */ requestId?: string; /** * @example * 523e8dc7bbe04613b5b1d726xxxxxxxx-cn-hangzhou.alicloudapi.com */ subDomain?: string; /** * @example * True */ tagStatus?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }