UNPKG

@gridscale/api

Version:
55 lines (53 loc) 1.24 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.$PaasSecurityZones = void 0; /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ exports.$PaasSecurityZones = { properties: { location_country: { type: 'string', format: 'string', }, relations: { type: 'PaasSecurityZonesRelation', }, create_time: { type: 'string', format: 'date-time', }, location_iata: { type: 'string', }, object_uuid: { type: 'string', format: 'uuid', }, labels: { type: 'array', contains: { type: 'string', }, }, location_name: { type: 'string', format: 'string', }, status: { type: 'string', }, location_uuid: { type: 'string', format: 'uuid', }, change_time: { type: 'string', format: 'date-time', }, name: { type: 'string', }, }, }; //# sourceMappingURL=$PaasSecurityZones.js.map