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