FederationStatusChangeAdditionalInfo
public enum FederationStatusChangeAdditionalInfo : CustomStringConvertible, JSONRepresentable
Additional information about the organization or connected team
-
The name of the team.
Declaration
Swift
case connectedTeamName(TeamLog.ConnectedTeamName) -
The email to which the request was sent.
Declaration
Swift
case nonTrustedTeamDetails(TeamLog.NonTrustedTeamDetails) -
The name of the organization.
Declaration
Swift
case organizationName(TeamLog.OrganizationName) -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
FederationStatusChangeAdditionalInfo Enumeration Reference