CategoryComparison

public struct CategoryComparison : Codable, Equatable

Information defining an element’s subject matter.

  • The category of the associated element.

    See more

    Declaration

    Swift

    public enum Label : String
  • The category of the associated element.

    Declaration

    Swift

    public var label: String?