Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.13 KB

SessionPlanSetData.md

File metadata and controls

31 lines (17 loc) · 1.13 KB

.SessionPlanSetData

Properties

Name Type Description Notes
id number [default to undefined]
notes string [default to undefined]
type string [optional] [default to undefined]
sessionPlanCardioSet SessionPlanCardioSetData [optional] [default to undefined]
sessionPlanStrengthSet SessionPlanStrengthSetData [optional] [default to undefined]
sessionPlanStretchSet SessionPlanStretchSetData [optional] [default to undefined]
sessionPlanAcvivitySet SessionPlanActivitySetData [optional] [default to undefined]

Enum: SessionPlanSetDataTypeEnum

  • Strength (value: 'strength')

  • Stretch (value: 'stretch')

  • Cardio (value: 'cardio')

  • Activity (value: 'activity')

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