/** * @export * @class BitmovinResponse */ export declare class BitmovinResponse { /** * Id of the resource (required) * @type {string} * @memberof BitmovinResponse */ id?: string; constructor(obj?: Partial); } export default BitmovinResponse;