MetricThreshold
public struct MetricThreshold : Codable, Equatable
Struct representing Metric Threshold related values.
-
Points of threshold.
Declaration
Swift
public var points: Int -
Spend points.
Declaration
Swift
public var spend: Int -
Undocumented
Declaration
Swift
public init(points: Int, spend: Int) -
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
MetricThreshold Structure Reference