Action
Types
Link copied to clipboard
Link copied to clipboard
class Instrument
A specification of how something can be measured.
Link copied to clipboard
The status of whether this action is launchable.
Link copied to clipboard
data class Measurements(val action: Action, val completedAt: ZonedDateTime, instrumentMeasurements: List<Action.Instrument.Measurements>) : List<Action.Instrument.Measurements>
A collection of measurements per Instrument that were taken for the given action.