import * as $dara from '@darabonba/typescript'; export declare class UpdateLiveRecordTemplateShrinkRequest extends $dara.Model { /** * @remarks * The template name. * * This parameter is required. * * @example * test template */ name?: string; /** * @remarks * The list of recording formats. * * This parameter is required. */ recordFormatShrink?: string; /** * @remarks * The template ID. * * This parameter is required. * * @example * 69e1f9fe-1e97-11ed-ba64-0c42a1b73d66 */ templateId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }