UserIntensityZoneRange

public struct UserIntensityZoneRange : Searchable

Undocumented

  • min

    For zones which are relative to a percentage (ie % threshold), this is the min % for the range. For non-relative zones (wkg, nm) this is an absolute value.

    Declaration

    Swift

    public var min: Double?
  • max

    For zones which are relative to a percentage (ie % threshold), this is the max % for the range. For non-relative zones (wkg, nm) this is an absolute value.

    Declaration

    Swift

    public var max: Double?
  • Name of the range / zone - ie endurance.

    Declaration

    Swift

    public var name: String?
  • The display colour.

    Declaration

    Swift

    public var colour: String?
  • The duration (seconds) that the athlete spent in this training zone.

    Declaration

    Swift

    public var duration: Double?
  • The percentage of time the athlete spent in this training zone.

    Declaration

    Swift

    public var percentage: Double?
  • Indicates if the zone ranges are defined as a % (ie % threshold) or absolute values.

    Declaration

    Swift

    public var zoneUnits: String?

Codable