UNPKG

@gridscale/api

Version:
13 lines (11 loc) 306 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type PaasSecurityZoneCreateResponse = { request_uuid?: string; paas_security_zone_uuid?: string; /** * The UUID of an object is always unique, and refers to a specific object. */ object_uuid?: string; }