ContextualCoachingFactorBucket
@available(*, deprecated, message: "This edge-side API will be removed in future versions. Use cloud APIs instead.")
@objcMembers
public class ContextualCoachingFactorBucket : NSObject, Codable
Represents a coaching factor identified by a type and associated value Can be used as a dictionary key, serialized to JSON, and accessed from Objective-C
-
Undocumented
Declaration
Swift
public let type: ContextualCoachingGroupFactor -
Undocumented
Declaration
Swift
public let timeOfDayValue: TimeOfDay? -
Undocumented
Declaration
Swift
public let dayOfWeekValue: DayOfWeek? -
Undocumented
Declaration
Swift
public let dayOfMonthValue: DayOfMonth? -
Undocumented
Declaration
Swift
public let tripLengthValue: TripLength? -
Undocumented
Declaration
Swift
public let roadTypeValue: RoadType?
-
Undocumented
Declaration
Swift
public init(type: ContextualCoachingGroupFactor, timeOfDay: TimeOfDay? = nil, dayOfWeek: DayOfWeek? = nil, dayOfMonth: DayOfMonth? = nil, tripLength: TripLength? = nil, roadType: RoadType? = nil) -
Undocumented
Declaration
Swift
public override var description: String { get }
-
Undocumented
Declaration
Swift
public override func isEqual(_ object: Any?) -> Bool -
Undocumented
Declaration
Swift
public override var hash: Int { get }