UserWorkoutResultChannel

public struct UserWorkoutResultChannel : Searchable

Undocumented

  • A nice field display name

    Declaration

    Swift

    public var name: String?
  • The mapped field type

    Declaration

    Swift

    public var type: MappedFieldType?
  • num

    The native record number

    Declaration

    Swift

    public var num: Int?
  • min

    aggregates

    Declaration

    Swift

    public var min: Double?
  • max

    Undocumented

    Declaration

    Swift

    public var max: Double?
  • avg

    Undocumented

    Declaration

    Swift

    public var avg: Double?
  • Undocumented

    Declaration

    Swift

    public init()
  • Undocumented

    See more

    Declaration

    Swift

    public enum CodingKeys : String, CodingKey, CaseIterable
  • Undocumented

    Declaration

    Swift

    public static func fields(_ fields: [CodingKeys] = CodingKeys.allCases, prefix: String? = nil) -> [String]