Team
public struct Team : Codable, Equatable
Undocumented
-
The identifier of this team.
Since
1.2.0Declaration
Swift
public var id: String? -
The name of this team
Since
1.2.0Declaration
Swift
public var name: String? -
The timestamp that this team being created.
Since
1.2.0Declaration
Swift
public var created: Date? -
The team has been deleted
Since
3.0Declaration
Swift
public var isDeleted: Bool
View on GitHub