@gridscale/api
Version:
gridscale API Wrapper
19 lines • 428 B
text/typescript
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export const $PaasSecurityZoneCreateResponse = {
properties: {
request_uuid: {
type: 'string',
format: 'uuid',
},
paas_security_zone_uuid: {
type: 'string',
format: 'uuid',
},
object_uuid: {
type: 'string',
format: 'uuid',
},
},
};