DBTEAMLOGSharedLinkVisibilityTag
Objective-C
enum DBTEAMLOGSharedLinkVisibilityTag : NSInteger {}
                Swift
@frozen enum DBTEAMLOGSharedLinkVisibilityTag : Int, @unchecked Sendable
                The DBTEAMLOGSharedLinkVisibilityTag enum type represents the possible tag
states with which the DBTEAMLOGSharedLinkVisibility union can exist.
- 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGSharedLinkVisibilityNoOneSwift
case noOne = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGSharedLinkVisibilityPasswordSwift
case password = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGSharedLinkVisibilityPublicSwift
case `public` = 2 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGSharedLinkVisibilityTeamOnlySwift
case teamOnly = 3 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGSharedLinkVisibilityOtherSwift
case other = 4 
View on GitHub
        DBTEAMLOGSharedLinkVisibilityTag Enumeration Reference