Values.DeviceMinutesSourceRepresents the total (metered or unmetered) minutes used by the resource to run tests. Contains the sum of minutes consumed by all children.
type nonrec t = {total : Double.t option;When specified, represents the total minutes used by the resource to run tests.
*)metered : Double.t option;When specified, represents only the sum of metered minutes used by the resource to run tests.
*)unmetered : Double.t option;When specified, represents only the sum of unmetered minutes used by the resource to run tests.
*)}