AdminEmailRemindersPolicy
public enum AdminEmailRemindersPolicy : CustomStringConvertible, JSONRepresentable
Policy for deciding whether team admins receive reminder emails for requests to join the team
-
An unspecified error.
Declaration
Swift
case default_
-
An unspecified error.
Declaration
Swift
case disabled
-
An unspecified error.
Declaration
Swift
case enabled
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }