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