@gridscale/api
Version:
gridscale API Wrapper
23 lines (21 loc) • 500 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.$Metrics = void 0;
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
exports.$Metrics = {
properties: {
begin_time: {
type: 'string',
isRequired: true,
format: 'string',
},
end_time: {
type: 'string',
isRequired: true,
format: 'string',
},
},
};
//# sourceMappingURL=$Metrics.js.map