Spider
public final class Spider : ZTMappable
Data for spider
-
Axis
Declaration
Swift
public var axis: Int? -
Max vlue
Declaration
Swift
public var max: Double? -
Points for chart
Declaration
Swift
public var points: [ZTStrideQualityIndexV2.Points]? -
Initializer
Declaration
Swift
public required init?(map: ZTMap)Parameters
mapA mapping from ObjectMapper.
-
ZTMap a JSON object to this class using ObjectMapper.
Declaration
Swift
public func mapping(map: ZTMap)Parameters
mapA mapping from ObjectMapper.
View on GitHub
Spider Class Reference