DBTEAMLOGTeamMergeFromDetails
Objective-C
@interface DBTEAMLOGTeamMergeFromDetails : NSObject <DBSerializable, NSCopying>
                Swift
class DBTEAMLOGTeamMergeFromDetails : NSObject, DBSerializable, NSCopying
                The TeamMergeFromDetails struct.
Merged another team into this team.
This class implements the DBSerializable protocol (serialize and
deserialize instance methods), which is required for all Obj-C SDK API route
objects.
- 
                  
                  
The name of the team that was merged into this team.
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *_Nonnull teamName;Swift
var teamName: String { get } 
- 
                  
                  
Full constructor for the struct (exposes all instance variables).
Declaration
Objective-C
- (nonnull instancetype)initWithTeamName:(nonnull NSString *)teamName;Swift
init(teamName: String)Parameters
teamNameThe name of the team that was merged into this team.
Return Value
An initialized instance.
 
View on GitHub
        DBTEAMLOGTeamMergeFromDetails Class Reference