Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.13 KB

ExerciseAliasListResponseMeta.md

File metadata and controls

32 lines (19 loc) · 1.13 KB

.ExerciseAliasListResponseMeta

Properties

Name Type Description Notes
strengthExerciseId number [optional] [default to undefined]
cardioExerciseId number [optional] [default to undefined]
stretchExerciseId number [optional] [default to undefined]
alias string [optional] [default to undefined]
type string [optional] [default to undefined]
sort ExerciseAliasSorting [default to undefined]
ascending boolean [optional] [default to undefined]
limit number [optional] [default to undefined]
offset number [optional] [default to undefined]
totalCount number [optional] [default to undefined]

Enum: ExerciseAliasListResponseMetaTypeEnum

  • Strength (value: 'strength')

  • Stretch (value: 'stretch')

  • Cardio (value: 'cardio')

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