import * as $dara from '@darabonba/typescript'; export declare class SetWildcardDomainPatternsRequest extends $dara.Model { /** * @remarks * The custom domain name. * * This parameter is required. * * @example * *.prd.e-eir.com */ domainName?: string; /** * @remarks * The ID of the API group. This ID is generated by the system and globally unique. * * This parameter is required. * * @example * 0009db9c828549768a200320714b8930 */ groupId?: string; securityToken?: string; /** * @remarks * The wildcard domain name mode. * * @example * [\\"{svc}.prd.e-eir.com\\"] */ wildcardDomainPatterns?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }