import * as $dara from '@darabonba/typescript'; export declare class CancelDNAJobRequest extends $dara.Model { /** * @remarks * The ID of the media fingerprint analysis job that you want to cancel. * * This parameter is required. * * @example * 2288c6ca184c0e47098a5b665e2a12**** */ jobId?: string; ownerAccount?: string; ownerId?: number; resourceOwnerAccount?: string; resourceOwnerId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }