SingleUserLock
public class SingleUserLock : CustomStringConvertible, JSONRepresentable
The SingleUserLock struct
-
The time the lock was created.
Declaration
Swift
public let created: Date
-
The account ID of the lock holder if known.
Declaration
Swift
public let lockHolderAccountId: String
-
The id of the team of the account holder if it exists.
Declaration
Swift
public let lockHolderTeamId: String?
-
Declaration
Swift
public var description: String { get }