VayExercise

public struct VayExercise

Exercise model.

  • key

    Exercise key.

    Declaration

    Swift

    public let key: Int
  • Exercise name.

    Declaration

    Swift

    public let name: String
  • Complete array of metrics belonging to the exercise.

    Declaration

    Swift

    public let metrics: [VayMetric]
  • For this exercise relevant body point types.

    Declaration

    Swift

    public let relevantBodyPointTypes: [VayBodyPointType]