RemovedStatus
open class RemovedStatus : CustomStringConvertible
The RemovedStatus struct
-
True if the removed team member is recoverable.
Declaration
Swift
public let isRecoverable: Bool
-
True if the team member’s account was converted to individual account.
Declaration
Swift
public let isDisconnected: Bool
-
Declaration
Swift
open var description: String { get }