SecondaryTeamRequestCanceledDetails

public class SecondaryTeamRequestCanceledDetails : CustomStringConvertible, JSONRepresentable

Team merge request cancellation details shown to the secondary team

  • The email of the primary team admin that the request was sent to.

    Declaration

    Swift

    public let sentTo: 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 }