export declare 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;
};
