UserAsset
public struct UserAsset : JSONParsable
A user asset data.
SeeAlso: https://techdocs.login.schibsted.com/endpoints/GET/user/%7Bid%7D/asset/%7BassetId%7D/
-
Asset identifier
Declaration
Swift
public let id: String?
-
Asset access current status
Declaration
Swift
public let status: AccessStatus?
-
The time the access was last updated
Declaration
Swift
public let updatedAt: Date?
-
The time the access was created
Declaration
Swift
public let createdAt: Date?
-
human-readable string representation (YAML)
Declaration
Swift
public var description: String { get }