UNPKG

@gridscale/api

Version:
34 lines (32 loc) 760 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.$SnapshotScheduleUpdate = void 0; /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ exports.$SnapshotScheduleUpdate = { properties: { name: { type: 'string', }, labels: { type: 'array', contains: { type: 'string', }, }, run_interval: { type: 'number', minimum: 1, }, keep_snapshots: { type: 'number', minimum: 60, }, next_runtime: { type: 'string', format: 'date-time', }, }, }; //# sourceMappingURL=$SnapshotScheduleUpdate.js.map