import * as $dara from '@darabonba/typescript'; export declare class CreateAppCodeRequest extends $dara.Model { /** * @remarks * The application AppCode. * * @example * 3aaf905a0a1f4f0eabc6d891dfa08afc */ appCode?: string; /** * @remarks * The application ID. * * This parameter is required. * * @example * 111203109 */ appId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }