Metadata
open class Metadata
extension User.Metadata: CustomStringConvertible
A pCloud user.
-
The unique identifier of this user.
Declaration
Swift
public let id: UInt64 -
The email address this user has registered with.
Declaration
Swift
public let emailAddress: String -
trueif the user has verified their email address,falseotherwise.Declaration
Swift
public let isEmailVerified: Bool -
The size of this user’s content in bytes.
Declaration
Swift
public let usedQuota: UInt64 -
The available storage space in bytes.
Declaration
Swift
public let availableQuota: UInt64 -
Initializes a user with all fields of this class.
Declaration
Swift
public init(id: UInt64, emailAddress: String, isEmailVerified: Bool, usedQuota: UInt64, availableQuota: UInt64) -
Declaration
Swift
open var description: String { get }
View on GitHub
Metadata Class Reference