/**
 * RamMetric
 * @targetNSAlias `tns`
 * @targetNamespace `http://schemas.datacontract.org/2004/07/WcfPerformance.Entities`
 */
export interface RamMetric {
    /** xs:dateTime */
    Time?: Date;
    /** xs:int */
    Value?: number;
}
