IntermediateCuffPressureData

constructor(@FloatRange(from = 0.0) cuffPressure: Float, unit: BloodPressureType, @FloatRange(from = 0.0) pulseRate: Float? = null, @IntRange(from = 0, to = 255) userID: Int? = null, status: BPMStatus? = null, calendar: Calendar? = null)