TeamMergeFromDetails
open class TeamMergeFromDetails : CustomStringConvertible
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
open var description: String { get }