PrimaryTeamRequestExpiredDetails
public class PrimaryTeamRequestExpiredDetails : CustomStringConvertible, JSONRepresentable
Team merge request expiration details shown to the primary team
-
The secondary team name.
Declaration
Swift
public let secondaryTeam: 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 }
View on GitHub
PrimaryTeamRequestExpiredDetails Class Reference