TrustedTeamsRequestAction

public enum TrustedTeamsRequestAction : CustomStringConvertible, JSONRepresentable

The TrustedTeamsRequestAction union

  • An unspecified error.

    Declaration

    Swift

    case accepted
  • An unspecified error.

    Declaration

    Swift

    case declined
  • An unspecified error.

    Declaration

    Swift

    case expired
  • An unspecified error.

    Declaration

    Swift

    case invited
  • An unspecified error.

    Declaration

    Swift

    case revoked
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }