import * as $dara from '@darabonba/typescript'; export declare class ListDeploymentJobResourceRequest extends $dara.Model { /** * @remarks * The ID of the deployment task. * * 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; }); }