FileLockingLockStatusChangedDetails
public class FileLockingLockStatusChangedDetails : CustomStringConvertible, JSONRepresentable
Locked/unlocked editing for a file.
-
Previous lock status of the file.
Declaration
Swift
public let previousValue: TeamLog.LockStatus -
New lock status of the file.
Declaration
Swift
public let newValue: TeamLog.LockStatus -
Declaration
Swift
public var description: String { get }
View on GitHub
FileLockingLockStatusChangedDetails Class Reference