@gridscale/api
Version:
gridscale API Wrapper
20 lines (18 loc) • 452 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.$PaasSecurityZoneCreate = void 0;
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
exports.$PaasSecurityZoneCreate = {
properties: {
name: {
type: 'string',
},
location_uuid: {
type: 'string',
format: 'uuid',
},
},
};
//# sourceMappingURL=$PaasSecurityZoneCreate.js.map