TeamMergeFromDetails

public class TeamMergeFromDetails : CustomStringConvertible, JSONRepresentable

Merged another team into this team.

  • The name of the team that was merged into this team.

    Declaration

    Swift

    public let teamName: String
  • Declaration

    Swift

    public var description: String { get }