import * as $dara from '@darabonba/typescript'; export declare class GetMediaMarksResponseBody extends $dara.Model { /** * @remarks * The ID of the media asset. * * @example * ****20b48fb04483915d4f2cd8ac**** */ mediaId?: string; /** * @remarks * The queried marks. * * * The value is in the JSONArray format. */ mediaMarks?: string; /** * @remarks * The request ID. * * @example * ******11-DB8D-4A9A-875B-275798****** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }