DBTEAMLOGTeamMergeToDetails
Objective-C
@interface DBTEAMLOGTeamMergeToDetails : NSObject <DBSerializable, NSCopying>
                Swift
class DBTEAMLOGTeamMergeToDetails : NSObject, DBSerializable, NSCopying
                The TeamMergeToDetails struct.
Merged this team into another 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 this team was merged into.
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 this team was merged into.
Return Value
An initialized instance.
 
View on GitHub
        DBTEAMLOGTeamMergeToDetails Class Reference