Attributes
public struct Attributes : Codable
A root object that stores information about a single platform, such as the platform’s system name, version, and device vendor.
-
The description of the platform.
Declaration
Swift
public let description: String?
-
The name of the platform.
Declaration
Swift
public let systemName: String?
-
The version of the platform.
Declaration
Swift
public let systemVersion: String?
-
The device vendor name of the platofrm.
Declaration
Swift
public let deviceVendor: String?
-
The device model of the platform.
Declaration
Swift
public let deviceModel: String?