import * as $dara from '@darabonba/typescript'; export declare class SubmitMediaInfoJobShrinkRequest extends $dara.Model { /** * @remarks * The input of the job. * * This parameter is required. */ inputShrink?: string; /** * @remarks * The job name. * * @example * job-name */ name?: string; /** * @remarks * The scheduling parameters. */ scheduleConfigShrink?: string; /** * @remarks * The user data. * * @example * user-data */ userData?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }