Classification
public class Classification : BoxModel
Details about the classification applied to a Box file or folder
-
Declaration
Swift
public private(set) var rawData: [String : Any] { get }
-
The color that is used to display the classification label in a user-interface
Declaration
Swift
public let color: PlatformColor?
-
An explanation of the meaning of this classification
Declaration
Swift
public let definition: String?
-
Name of the classification
Declaration
Swift
public let name: String?
-
Initializer.
Throws
Decoding error.Declaration
Swift
public required init(json: [String : Any]) throws
Parameters
json
JSON dictionary.