Skip to content

Latest commit

 

History

History
41 lines (20 loc) · 1.19 KB

A500DataSetData.md

File metadata and controls

41 lines (20 loc) · 1.19 KB

.A500DataSetData

Properties

Name Type Description Notes
id number [default to undefined]
epochAt Date [default to undefined]
type string [default to undefined]
testSide string [optional] [default to undefined]
leftTestResult A500TestResultData [optional] [default to undefined]
rightTestResult A500TestResultData [optional] [default to undefined]
a500RepDataPoints Array<A500RepDataPointData> [optional] [default to undefined]
a500TimeSeriesPoints Array<A500TimeSeriesPointData> [optional] [default to undefined]

Enum: A500DataSetDataTypeEnum

  • Normal (value: 'normal')

  • Test (value: 'test')

Enum: A500DataSetDataTestSideEnum

  • Left (value: 'left')

  • Right (value: 'right')

  • Both (value: 'both')

[Back to API list] [Back to Model list] [Back to README]