/** CancelDeletePrivateCloudInstance */
export interface CancelDeletePrivateCloudInstance {
    /** xs:int */
    privateCloudID?: number;
}
