ExVcom.Model.SimulationValue (ex_vcom v0.1.1)

Link to this section Summary

Link to this section Types

@type t() :: %ExVcom.Model.SimulationValue{
  expected: float() | nil,
  max: float() | nil,
  min: float() | nil,
  timestamp: DateTime.t() | nil
}