TeamMergeToDetails

public class TeamMergeToDetails : CustomStringConvertible, JSONRepresentable

Merged this team into another team.

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

    Declaration

    Swift

    public let teamName: String
  • Declaration

    Swift

    public var description: String { get }