/**
 * CPU
 * @targetNSAlias `tns`
 * @targetNamespace `http://schemas.datacontract.org/2004/07/Aruba.Cloud.WsEndUser.Business.Operations`
 */
export interface Cpu3 {
    /** xs:dateTime */
    EndDate?: Date;
    /** xs:int */
    Precision?: number;
    /** xs:dateTime */
    StartDate?: Date;
}
