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? -
The native record number
Declaration
Swift
public var num: Int? -
aggregates
Declaration
Swift
public var min: Double? -
Undocumented
Declaration
Swift
public var max: Double? -
Undocumented
Declaration
Swift
public var avg: Double? -
Undocumented
Declaration
Swift
public init() -
Undocumented
See moreDeclaration
Swift
public enum CodingKeys : String, CodingKey, CaseIterable -
Undocumented
Declaration
Swift
public static func fields(_ fields: [CodingKeys] = CodingKeys.allCases, prefix: String? = nil) -> [String]
View on GitHub
UserWorkoutResultChannel Structure Reference