import * as $dara from '@darabonba/typescript'; export declare class ModifyApiGroupVpcWhitelistRequest extends $dara.Model { /** * @remarks * The ID of the API group. * * This parameter is required. * * @example * 9b80408147724ddab4c4e2703c6ca019 */ groupId?: string; securityToken?: string; /** * @remarks * The ID of the VPC instance. * * This parameter is required. * * @example * vpc-bp11w979o2s9rcr962w25 */ vpcIds?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }