API 1.0.58 TrainingPlanDetail intensity
This commit is contained in:
@@ -20,10 +20,13 @@ data class TrainingPlanDetail (
|
||||
@Expose var dayId: Int? = 0,
|
||||
@Expose var ectoRepeats: Int? = 0,
|
||||
@Expose var ectoWeight: Double? = 0.0,
|
||||
@Expose var ectoRestingTime: Int? = 0,
|
||||
@Expose var endoRepeats: Int? = 0,
|
||||
@Expose var endoWeight: Double? = 0.0,
|
||||
@Expose var endoRestingTime: Int? = 0,
|
||||
@Expose var round: Int? = 0,
|
||||
@Expose var roundGroup: String? = null,
|
||||
@Expose var intensity: Double? = 0.0,
|
||||
|
||||
) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user