Performance
public final class Performance : ZTMappable
Performance 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
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
Performance Class Reference