import * as $dara from '@darabonba/typescript'; export declare class GetCommercialStatusRequest extends $dara.Model { /** * @remarks * The product code. * * * arms_app_post * * arms_web_post * * arms_promethues_public_cn * * prometheus_pay_public_cn * * xtrace * * arms_serverless_public_cn * * arms_rumserverless_public_cn * * prometheus_serverless_public_cn * * xtrace_serverless_public_cn * * This parameter is required. * * @example * arms_app_post */ commodityCode?: string; /** * @remarks * The region ID. * * @example * cn-hangzhou */ regionId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }