You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import BitmovinResponse from './BitmovinResponse';
import PrewarmedEncoderPoolAction from './PrewarmedEncoderPoolAction';
/**
* @export
* @class PrewarmedEncoderPoolSchedule
*/
export class PrewarmedEncoderPoolSchedule extends BitmovinResponse {
/**
* The action to be triggered by the schedule (start or stop) (required)
* @type {PrewarmedEncoderPoolAction}
* @memberof PrewarmedEncoderPoolSchedule
*/
public action?: PrewarmedEncoderPoolAction;
/**
* An instant in the future when the specified action should be triggered. Given as UTC expressed in ISO 8601 format (\"YYYY-MM-DDThh:mm:ssZ\"). Seconds will be ignored. (required)