Category
public struct Category : Codable, Equatable
Struct representing Profile Attribute Category
-
The Profile Attribute Category key.
Declaration
Swift
public var key: String -
The Profile Attribute Category label.
Declaration
Swift
public var label: String -
Undocumented
Declaration
Swift
public init(key: String, label: String)
View on GitHub
Category Structure Reference