MetricPrize

public struct MetricPrize : SecondaryPrize, Equatable

Struct representing a secondary metric prize.

  • The metric of the secondary prize as a String.

    Declaration

    Swift

    public var metric: String
  • The points of the secondary prize as a String.

    Declaration

    Swift

    public var point: String
  • Undocumented

    Declaration

    Swift

    public init(metric: String, point: String)
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws