import * as $dara from '@darabonba/typescript'; export declare class UpdateMediaConnectFlowInputResponseBody extends $dara.Model { /** * @remarks * The response body. * * @example * "" */ content?: string; /** * @remarks * The call description. * * @example * OK */ description?: string; /** * @remarks * The ID of the request. * * @example * 52451256-FFEA-5D2E-AA60-EE7053000F22 */ requestId?: string; /** * @remarks * The returned error code. A value of 0 indicates the call is successful. * * @example * 0 */ retCode?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }