import * as $dara from '@darabonba/typescript'; export declare class DescribeDeploymentJobRequest extends $dara.Model { /** * @remarks * The ID of the deployment job. To get the job ID, call the [CreateDeploymentJob](https://help.aliyun.com/document_detail/2712234.html) or [ListDeploymentJob](https://help.aliyun.com/document_detail/2712223.html) operation. * * This parameter is required. * * @example * 8888 */ jobId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }