import * as $dara from '@darabonba/typescript'; export declare class SdkGenerateByAppForRegionRequest extends $dara.Model { /** * @remarks * The ID of the app. This ID is generated by the system and globally unique. * * This parameter is required. * * @example * 110906109 */ appId?: number; /** * @remarks * The programming language in which the SDK is generated. * * This parameter is required. * * @example * java */ language?: string; securityToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }