Team

public struct Team : Codable, Equatable

Undocumented

  • id

    The identifier of this team.

    Since

    1.2.0

    Declaration

    Swift

    public var id: String?
  • The name of this team

    Since

    1.2.0

    Declaration

    Swift

    public var name: String?
  • The timestamp that this team being created.

    Since

    1.2.0

    Declaration

    Swift

    public var created: Date?
  • The team has been deleted

    Since

    3.0

    Declaration

    Swift

    public var isDeleted: Bool