UNPKG

@gridscale/api

Version:
68 lines (66 loc) 1.48 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.$Snapshot = void 0; /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ exports.$Snapshot = { properties: { labels: { type: 'array', contains: { type: 'string', }, }, object_uuid: { type: 'string', format: 'uuid', }, name: { type: 'string', }, status: { type: 'string', }, location_country: { type: 'string', format: 'string', }, usage_in_minutes: { type: 'number', }, location_uuid: { type: 'string', format: 'uuid', }, change_time: { type: 'string', format: 'date-time', }, license_product_no: { type: 'number', }, current_price: { type: 'number', format: 'float', }, create_time: { type: 'string', format: 'date-time', }, capacity: { type: 'number', }, location_name: { type: 'string', format: 'string', }, location_iata: { type: 'string', }, parent_uuid: { type: 'string', }, }, }; //# sourceMappingURL=$Snapshot.js.map