DBTEAMLOGFedExtraDetailsTag
Objective-C
enum DBTEAMLOGFedExtraDetailsTag : NSInteger {}
                Swift
@frozen enum DBTEAMLOGFedExtraDetailsTag : Int, @unchecked Sendable
                The DBTEAMLOGFedExtraDetailsTag enum type represents the possible tag
states with which the DBTEAMLOGFedExtraDetails union can exist.
- 
                  
                  
More details about the organization.
Declaration
Objective-C
DBTEAMLOGFedExtraDetailsOrganizationSwift
case organization = 0 - 
                  
                  
More details about the team.
Declaration
Objective-C
DBTEAMLOGFedExtraDetailsTeamSwift
case team = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGFedExtraDetailsOtherSwift
case other = 2 
View on GitHub
        DBTEAMLOGFedExtraDetailsTag Enumeration Reference