SecondaryTeamRequestAcceptedDetails
public class SecondaryTeamRequestAcceptedDetails : CustomStringConvertible, JSONRepresentable
Team merge request acceptance details shown to the secondary team
-
The primary team name.
Declaration
Swift
public let primaryTeam: String
-
The name of the secondary team admin who sent the request originally.
Declaration
Swift
public let sentBy: String
-
Declaration
Swift
public var description: String { get }