GroupClass
public struct GroupClass : Codable, Equatable
Struct representing Group Class related values.
-
The label of the class.
Declaration
Swift
public var label: String
-
The name of the class.
Declaration
Swift
public var name: String
-
Undocumented
Declaration
Swift
public init(label: String, name: String)
-
Declaration
Swift
public init(from decoder: Decoder) throws