Aydsko iRacing Data API
Show / Hide Table of Contents

Class TeamInfo

Inheritance
object
TeamInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Aydsko.iRacingData.Member
Assembly: Aydsko.iRacingData.dll
Syntax
public class TeamInfo

Properties

About

Declaration
[JsonPropertyName("about")]
public string About { get; set; }
Property Value
Type Description
string

Created

Declaration
[JsonPropertyName("created")]
public DateTime Created { get; set; }
Property Value
Type Description
DateTime

Hidden

Declaration
[JsonPropertyName("hidden")]
public bool Hidden { get; set; }
Property Value
Type Description
bool

IsAdmin

Declaration
[JsonPropertyName("is_admin")]
public bool IsAdmin { get; set; }
Property Value
Type Description
bool

IsApplicant

Declaration
[JsonPropertyName("is_applicant")]
public bool IsApplicant { get; set; }
Property Value
Type Description
bool

IsDefault

Declaration
[JsonPropertyName("is_default")]
public bool IsDefault { get; set; }
Property Value
Type Description
bool

IsIgnored

Declaration
[JsonPropertyName("is_ignored")]
public bool IsIgnored { get; set; }
Property Value
Type Description
bool

IsInvite

Declaration
[JsonPropertyName("is_invite")]
public bool IsInvite { get; set; }
Property Value
Type Description
bool

IsMember

Declaration
[JsonPropertyName("is_member")]
public bool IsMember { get; set; }
Property Value
Type Description
bool

IsOwner

Declaration
[JsonPropertyName("is_owner")]
public bool IsOwner { get; set; }
Property Value
Type Description
bool

Owner

Declaration
[JsonPropertyName("owner")]
public TeamMember Owner { get; set; }
Property Value
Type Description
TeamMember

OwnerId

Declaration
[JsonPropertyName("owner_id")]
public int OwnerId { get; set; }
Property Value
Type Description
int

PrivateWall

Declaration
[JsonPropertyName("private_wall")]
public bool PrivateWall { get; set; }
Property Value
Type Description
bool

Recruiting

Declaration
[JsonPropertyName("recruiting")]
public bool Recruiting { get; set; }
Property Value
Type Description
bool

Roster

Declaration
[JsonPropertyName("roster")]
public TeamMember[] Roster { get; set; }
Property Value
Type Description
TeamMember[]

RosterCount

Declaration
[JsonPropertyName("roster_count")]
public int RosterCount { get; set; }
Property Value
Type Description
int

Suit

Declaration
[JsonPropertyName("suit")]
public Suit Suit { get; set; }
Property Value
Type Description
Suit

TeamId

Declaration
[JsonPropertyName("team_id")]
public int TeamId { get; set; }
Property Value
Type Description
int

TeamName

Declaration
[JsonPropertyName("team_name")]
public string TeamName { get; set; }
Property Value
Type Description
string

Url

Declaration
[JsonPropertyName("url")]
public string Url { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX