import * as $dara from '@darabonba/typescript'; export declare class GetPackageJobRequest extends $dara.Model { /** * @remarks * The job ID. You can obtain the job ID from the response parameters of the [SubmitPackageJob](https://help.aliyun.com/document_detail/461964.html) operation. * * This parameter is required. * * @example * ab4802364a2e49208c99efab82dfa8e8 */ jobId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }