RemovedStatus

public class RemovedStatus : CustomStringConvertible, JSONRepresentable

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

    public var description: String { get }