Health
public final class Health : ZTMappable
Health information
-
Index
Declaration
Swift
public var index: Double?
-
Bucket
Declaration
Swift
public var bucket: Int?
-
Comment
Declaration
Swift
public var comment: String?
-
Recommendations
Declaration
Swift
public var recommendations: [String]?
-
Spider data
Declaration
Swift
public var spider: ZTStrideQualityIndexV2.Spider?
-
Initializer
Declaration
Swift
public required init?(map: ZTMap)
Parameters
map
A mapping from ObjectMapper.
-
ZTMap a JSON object to this class using ObjectMapper.
Declaration
Swift
public func mapping(map: ZTMap)
Parameters
map
A mapping from ObjectMapper.