DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamDetails
Objective-C
@interface DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamDetails
    : NSObject <DBSerializable, NSCopying>
                Swift
class DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamDetails : NSObject, DBSerializable, NSCopying
                The TeamMergeRequestCanceledShownToSecondaryTeamDetails struct.
Canceled a team merge request.
This class implements the DBSerializable protocol (serialize and
deserialize instance methods), which is required for all Obj-C SDK API route
objects.
- 
                  
                  
The email of the primary team admin that the request was sent to.
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *_Nonnull sentTo;Swift
var sentTo: String { get } - 
                  
                  
The name of the secondary team admin who sent the request originally.
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *_Nonnull sentBy;Swift
var sentBy: String { get } 
- 
                  
                  
Full constructor for the struct (exposes all instance variables).
Declaration
Objective-C
- (nonnull instancetype)initWithSentTo:(nonnull NSString *)sentTo sentBy:(nonnull NSString *)sentBy;Swift
init(sentTo: String, sentBy: String)Parameters
sentToThe email of the primary team admin that the request was sent to.
sentByThe name of the secondary team admin who sent the request originally.
Return Value
An initialized instance.
 
View on GitHub
        DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamDetails Class Reference