import * as $dara from '@darabonba/typescript'; export declare class ModifyIntranetDomainPolicyRequest extends $dara.Model { /** * @remarks * The ID of the API group. This ID is generated by the system and globally unique. * * This parameter is required. * * @example * 523e8dc7bbe04613b5b1d726c2a7889d */ groupId?: string; securityToken?: string; /** * @remarks * Specifies whether to enable the VPC domain name. Valid values: * * * TRUE * * FALSE * * This parameter is required. * * @example * true */ vpcIntranetEnable?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }