Exemplo n.º 1
0
 private SeasonStat(string type, SeasonStatAttributes attributes, StatRelationships relationships, ApiLink links)
 {
     Type          = type;
     Attributes    = attributes;
     Relationships = relationships;
     Links         = links;
 }
Exemplo n.º 2
0
 private Tournament(string type, string id, TournamentRelationships relationships, ApiLink links)
 {
     Type          = type;
     Id            = id;
     Relationships = relationships;
     Links         = links;
 }
Exemplo n.º 3
0
 private Match(string type, string id, MatchAttributes attributes, MatchRelationships relationships, ApiLink links)
 {
     Type          = type;
     Id            = id;
     Attributes    = attributes;
     Relationships = relationships;
     Links         = links;
 }
Exemplo n.º 4
0
 private Sample(string type, string id, SampleAttributes attributes, SampleRelationships relationships, ApiLink links)
 {
     Type          = type;
     Id            = id;
     Attributes    = attributes;
     Relationships = relationships;
     Links         = links;
 }
Exemplo n.º 5
0
 private Roster(string type, string id, RosterAttributes attributes, RosterRelationships relationships, ApiLink links)
 {
     Type          = type;
     Id            = id;
     Attributes    = attributes;
     Relationships = relationships;
     Links         = links;
 }
Exemplo n.º 6
0
 private Leaderboard(string type, string id, LeaderboardAttributes attributes, LeaderboardRelationships relationships, ApiLink links)
 {
     Type          = type;
     Id            = id;
     Attributes    = attributes;
     Relationships = relationships;
     Links         = links;
 }