DBTEAMLOGFederationStatusChangeAdditionalInfoTag
Objective-C
enum DBTEAMLOGFederationStatusChangeAdditionalInfoTag : NSInteger {}Swift
@frozen enum DBTEAMLOGFederationStatusChangeAdditionalInfoTag : Int, @unchecked SendableThe DBTEAMLOGFederationStatusChangeAdditionalInfoTag enum type represents
the possible tag states with which the
DBTEAMLOGFederationStatusChangeAdditionalInfo union can exist.
- 
                  
                  The name of the team. DeclarationObjective-C DBTEAMLOGFederationStatusChangeAdditionalInfoConnectedTeamNameSwift case connectedTeamName = 0
- 
                  
                  The email to which the request was sent. DeclarationObjective-C DBTEAMLOGFederationStatusChangeAdditionalInfoNonTrustedTeamDetailsSwift case nonTrustedTeamDetails = 1
- 
                  
                  The name of the organization. DeclarationObjective-C DBTEAMLOGFederationStatusChangeAdditionalInfoOrganizationNameSwift case organizationName = 2
- 
                  
                  (no description). DeclarationObjective-C DBTEAMLOGFederationStatusChangeAdditionalInfoOtherSwift case other = 3
 View on GitHub
View on GitHub DBTEAMLOGFederationStatusChangeAdditionalInfoTag Enumeration Reference
        DBTEAMLOGFederationStatusChangeAdditionalInfoTag Enumeration Reference