TeamMergeRequestSentShownToPrimaryTeamDetails
public class TeamMergeRequestSentShownToPrimaryTeamDetails : CustomStringConvertible, JSONRepresentable
Requested to merge their Dropbox team into yours.
-
The secondary team name.
Declaration
Swift
public let secondaryTeam: String -
The name of the primary team admin the request was sent to.
Declaration
Swift
public let sentTo: String -
Declaration
Swift
public var description: String { get }
View on GitHub
TeamMergeRequestSentShownToPrimaryTeamDetails Class Reference