DBTEAMGroupsGetInfoItemTag
Objective-C
enum DBTEAMGroupsGetInfoItemTag : NSInteger {}Swift
@frozen enum DBTEAMGroupsGetInfoItemTag : Int, @unchecked SendableThe DBTEAMGroupsGetInfoItemTag enum type represents the possible tag
states with which the DBTEAMGroupsGetInfoItem union can exist.
- 
                  
                  An ID that was provided as a parameter to groupsGetInfo, and did not match a corresponding group. The ID can be a group ID, or an external ID, depending on how the method was called.DeclarationObjective-C DBTEAMGroupsGetInfoItemIdNotFoundSwift case idNotFound = 0
- 
                  
                  Info about a group. DeclarationObjective-C DBTEAMGroupsGetInfoItemGroupInfoSwift case groupInfo = 1
 View on GitHub
View on GitHub DBTEAMGroupsGetInfoItemTag Enumeration Reference
        DBTEAMGroupsGetInfoItemTag Enumeration Reference