Summoner ID for this entry. (Encrypted)
+
+
NextSeasonMilestone
+
+
+
Declaration
+
+
[JsonPropertyName("nextSeasonMilestone")]
+public NextSeasonMilestone NextSeasonMilestone { get; set; }
+
+
Property Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
Puuid
+
Player Universal Unique Identifier. Exact length of 78 characters. (Encrypted)
Declaration
-
[JsonPropertyName("summonerId")]
-public string SummonerId { get; set; }
+
[JsonPropertyName("puuid")]
+public string Puuid { get; set; }
Property Value
@@ -515,7 +545,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
TokensEarned
@@ -549,7 +579,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.ChampionMasteryV4.NextSeasonMilestone.html b/v/3.x.x/docs/api/Camille.RiotGames.ChampionMasteryV4.NextSeasonMilestone.html
new file mode 100644
index 00000000..0e0feba4
--- /dev/null
+++ b/v/3.x.x/docs/api/Camille.RiotGames.ChampionMasteryV4.NextSeasonMilestone.html
@@ -0,0 +1,362 @@
+
+
+
+
+
+
+
+ Class NextSeasonMilestone
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Class NextSeasonMilestone
+
+ NextSeasonMilestone data object. This class is automatically generated.
+
+
+
+
Inheritance
+
System.Object
+
NextSeasonMilestone
+
+
+
Inherited Members
+
+ System.Object.Equals(System.Object)
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.GetHashCode()
+
+
+ System.Object.GetType()
+
+
+ System.Object.MemberwiseClone()
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+
+ Assembly : Camille.RiotGames.dll
+ Syntax
+
+
public class NextSeasonMilestone
+
+ Constructors
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ NextSeasonMilestone()
+
+
+ Declaration
+
+
public NextSeasonMilestone()
+
+ Properties
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ _AdditionalProperties
+ Contains any extra JSON properties that did not map to fields.
+
+
+ Declaration
+
+
[JsonExtensionData]
+public Dictionary<string, object> _AdditionalProperties { get; set; }
+
+ Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Collections.Generic.Dictionary <System.String , System.Object >
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ Bonus
+
+
+ Declaration
+
+
[JsonPropertyName("bonus")]
+public bool Bonus { get; set; }
+
+ Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Boolean
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ RequireGradeCounts
+
+
+ Declaration
+
+
[JsonPropertyName("requireGradeCounts")]
+public IDictionary<string, int> RequireGradeCounts { get; set; }
+
+ Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Collections.Generic.IDictionary <System.String , System.Int32 >
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ RewardConfig
+
+
+ Declaration
+
+
[JsonPropertyName("rewardConfig")]
+public RewardConfig RewardConfig { get; set; }
+
+ Property Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ RewardMarks
+
+
+ Declaration
+
+
[JsonPropertyName("rewardMarks")]
+public int RewardMarks { get; set; }
+
+ Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+ Methods
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ ToString()
+
+
+ Declaration
+
+
public override string ToString()
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.String
+
+
+
+
+ Overrides
+ System.Object.ToString()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.MatchV5.MatchTimelineInfoFrame.html b/v/3.x.x/docs/api/Camille.RiotGames.ChampionMasteryV4.RewardConfig.html
similarity index 66%
rename from v/3.x.x/docs/api/Camille.RiotGames.MatchV5.MatchTimelineInfoFrame.html
rename to v/3.x.x/docs/api/Camille.RiotGames.ChampionMasteryV4.RewardConfig.html
index a20237a1..0d524b31 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.MatchV5.MatchTimelineInfoFrame.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.ChampionMasteryV4.RewardConfig.html
@@ -5,10 +5,10 @@
- Class MatchTimelineInfoFrame
+ Class RewardConfig
-
@@ -68,18 +68,18 @@
-
+
- Class MatchTimelineInfoFrame
+ Class RewardConfig
- MatchTimelineInfoFrame data object. This class is automatically generated.
+
RewardConfig data object. This class is automatically generated.
Inheritance
System.Object
-
MatchTimelineInfoFrame
+
RewardConfig
Inherited Members
@@ -102,40 +102,40 @@ Inherited Members
System.Object.ReferenceEquals(System.Object, System.Object)
-
+
Assembly : Camille.RiotGames.dll
- Syntax
+ Syntax
-
public class MatchTimelineInfoFrame
+
public class RewardConfig
Constructors
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
- MatchTimelineInfoFrame()
+
+ RewardConfig()
Declaration
-
public MatchTimelineInfoFrame()
+
public RewardConfig()
Properties
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
- _AdditionalProperties
+
+ _AdditionalProperties
Contains any extra JSON properties that did not map to fields.
@@ -161,19 +161,19 @@ Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
Events
+
+
MaximumReward
Declaration
-
[JsonPropertyName("events")]
-public MatchTimelineInfoFrameEvent[] Events { get; set; }
+
[JsonPropertyName("maximumReward")]
+public int MaximumReward { get; set; }
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
ParticipantFrames
+
+
RewardType
Declaration
-
[JsonPropertyName("participantFrames")]
-public MatchTimelineInfoFrameParticipantFrames ParticipantFrames { get; set; }
+
[JsonPropertyName("rewardType")]
+public string RewardType { get; set; }
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
Timestamp
+
+
RewardValue
Declaration
-
[JsonPropertyName("timestamp")]
-public int Timestamp { get; set; }
+
[JsonPropertyName("rewardValue")]
+public string RewardValue { get; set; }
Property Value
@@ -247,7 +247,7 @@ Property Value
- System.Int32
+ System.String
@@ -256,13 +256,13 @@ Methods
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
- ToString()
+
+ ToString()
Declaration
@@ -294,10 +294,10 @@ Overrides
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.ChampionMasteryV4.html b/v/3.x.x/docs/api/Camille.RiotGames.ChampionMasteryV4.html
index dce0627a..f2e86bbc 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.ChampionMasteryV4.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.ChampionMasteryV4.html
@@ -80,6 +80,12 @@ Classes
ChampionMastery data object. This class is automatically generated.
This object contains single Champion Mastery information for player and champion combination.
+
+
+ NextSeasonMilestone data object. This class is automatically generated.
+
+
+ RewardConfig data object. This class is automatically generated.
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.ChampionMasteryV4Endpoints.html b/v/3.x.x/docs/api/Camille.RiotGames.ChampionMasteryV4Endpoints.html
index 73c887f1..23672b13 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.ChampionMasteryV4Endpoints.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.ChampionMasteryV4Endpoints.html
@@ -123,7 +123,7 @@ Methods
Improve this Doc
- View Source
+ View Source
@@ -185,7 +185,7 @@ Returns
Improve this Doc
- View Source
+ View Source
@@ -247,7 +247,7 @@ Returns
Improve this Doc
- View Source
+ View Source
@@ -315,7 +315,7 @@ Returns
Improve this Doc
- View Source
+ View Source
@@ -383,7 +383,7 @@ Returns
Improve this Doc
- View Source
+ View Source
@@ -445,7 +445,7 @@ Returns
Improve this Doc
- View Source
+ View Source
@@ -507,7 +507,7 @@ Returns
Improve this Doc
- View Source
+ View Source
@@ -575,7 +575,7 @@ Returns
Improve this Doc
- View Source
+ View Source
@@ -649,7 +649,7 @@ Returns
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.ChampionV3.ChampionInfo.html b/v/3.x.x/docs/api/Camille.RiotGames.ChampionV3.ChampionInfo.html
index a7812679..79222e87 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.ChampionV3.ChampionInfo.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.ChampionV3.ChampionInfo.html
@@ -115,7 +115,7 @@
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.ChampionV3Endpoints.html b/v/3.x.x/docs/api/Camille.RiotGames.ChampionV3Endpoints.html
index 59dd11b4..5f7f76e3 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.ChampionV3Endpoints.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.ChampionV3Endpoints.html
@@ -123,7 +123,7 @@ Methods
Improve this Doc
- View Source
+ View Source
GetChampionInfo(PlatformRoute, Nullable<CancellationToken>)
@@ -179,7 +179,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetChampionInfoAsync(PlatformRoute, Nullable<CancellationToken>)
@@ -241,7 +241,7 @@ Returns
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.ClashV1.Player.html b/v/3.x.x/docs/api/Camille.RiotGames.ClashV1.Player.html
index 70af166e..cc3fa97d 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.ClashV1.Player.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.ClashV1.Player.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
Player()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Position
@@ -196,7 +196,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Role
@@ -228,7 +228,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
SummonerId
@@ -259,7 +259,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
TeamId
@@ -292,7 +292,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -330,7 +330,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.ClashV1.Team.html b/v/3.x.x/docs/api/Camille.RiotGames.ClashV1.Team.html
index 582528a4..bc679f37 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.ClashV1.Team.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.ClashV1.Team.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
Team()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Abbreviation
@@ -195,7 +195,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Captain
@@ -227,7 +227,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
IconId
@@ -258,7 +258,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Id
@@ -289,7 +289,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Name
@@ -320,7 +320,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Players
@@ -352,7 +352,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Tier
@@ -383,7 +383,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
TournamentId
@@ -416,7 +416,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -454,7 +454,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.ClashV1.Tournament.html b/v/3.x.x/docs/api/Camille.RiotGames.ClashV1.Tournament.html
index d392e907..7f241100 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.ClashV1.Tournament.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.ClashV1.Tournament.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
Tournament()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Id
@@ -195,7 +195,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
NameKey
@@ -226,7 +226,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
NameKeySecondary
@@ -257,7 +257,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Schedule
@@ -289,7 +289,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
ThemeId
@@ -322,7 +322,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -360,7 +360,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.ClashV1.TournamentPhase.html b/v/3.x.x/docs/api/Camille.RiotGames.ClashV1.TournamentPhase.html
index 5793c336..fd920626 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.ClashV1.TournamentPhase.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.ClashV1.TournamentPhase.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
TournamentPhase()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Cancelled
@@ -195,7 +195,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Id
@@ -226,7 +226,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
RegistrationTime
@@ -257,7 +257,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
StartTime
@@ -290,7 +290,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -328,7 +328,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.ClashV1Endpoints.html b/v/3.x.x/docs/api/Camille.RiotGames.ClashV1Endpoints.html
index d6c748c1..87beebde 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.ClashV1Endpoints.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.ClashV1Endpoints.html
@@ -123,7 +123,7 @@ Methods
Improve this Doc
- View Source
+ View Source
GetPlayersBySummoner(PlatformRoute, String, Nullable<CancellationToken>)
@@ -187,7 +187,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetPlayersBySummonerAsync(PlatformRoute, String, Nullable<CancellationToken>)
@@ -251,7 +251,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetTeamById(PlatformRoute, String, Nullable<CancellationToken>)
@@ -313,7 +313,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetTeamByIdAsync(PlatformRoute, String, Nullable<CancellationToken>)
@@ -375,7 +375,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetTournamentById(PlatformRoute, Int32, Nullable<CancellationToken>)
@@ -437,7 +437,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetTournamentByIdAsync(PlatformRoute, Int32, Nullable<CancellationToken>)
@@ -499,7 +499,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetTournamentByTeam(PlatformRoute, String, Nullable<CancellationToken>)
@@ -561,7 +561,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetTournamentByTeamAsync(PlatformRoute, String, Nullable<CancellationToken>)
@@ -623,7 +623,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetTournaments(PlatformRoute, Nullable<CancellationToken>)
@@ -679,7 +679,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetTournamentsAsync(PlatformRoute, Nullable<CancellationToken>)
@@ -741,7 +741,7 @@ Returns
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LeagueExpV4.LeagueEntry.html b/v/3.x.x/docs/api/Camille.RiotGames.LeagueExpV4.LeagueEntry.html
index 540ec985..e3f62cdc 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LeagueExpV4.LeagueEntry.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LeagueExpV4.LeagueEntry.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
LeagueEntry()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
FreshBlood
@@ -195,7 +195,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
HotStreak
@@ -226,7 +226,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Inactive
@@ -257,7 +257,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
LeagueId
@@ -288,7 +288,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
LeaguePoints
@@ -319,7 +319,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Losses
@@ -351,7 +351,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
MiniSeries
@@ -382,7 +382,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
QueueType
@@ -413,7 +413,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Rank
@@ -445,7 +445,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
SummonerId
@@ -477,7 +477,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Tier
@@ -508,7 +508,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Veteran
@@ -539,7 +539,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Wins
@@ -573,7 +573,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -611,7 +611,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LeagueExpV4.MiniSeries.html b/v/3.x.x/docs/api/Camille.RiotGames.LeagueExpV4.MiniSeries.html
index 353cadb5..b16b555e 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LeagueExpV4.MiniSeries.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LeagueExpV4.MiniSeries.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
MiniSeries()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Losses
@@ -195,7 +195,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Progress
@@ -226,7 +226,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Target
@@ -257,7 +257,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Wins
@@ -290,7 +290,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -328,7 +328,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LeagueExpV4Endpoints.html b/v/3.x.x/docs/api/Camille.RiotGames.LeagueExpV4Endpoints.html
index 5ebe48f8..e1aed10f 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LeagueExpV4Endpoints.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LeagueExpV4Endpoints.html
@@ -123,7 +123,7 @@ Methods
Improve this Doc
- View Source
+ View Source
GetLeagueEntries(PlatformRoute, Enums.QueueType, Enums.Tier, Enums.Division, Nullable<Int32>, Nullable<CancellationToken>)
@@ -203,7 +203,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetLeagueEntriesAsync(PlatformRoute, Enums.QueueType, Enums.Tier, Enums.Division, Nullable<Int32>, Nullable<CancellationToken>)
@@ -289,7 +289,7 @@ Returns
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LeagueV4.LeagueEntry.html b/v/3.x.x/docs/api/Camille.RiotGames.LeagueV4.LeagueEntry.html
index 05e86640..15e3881c 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LeagueV4.LeagueEntry.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LeagueV4.LeagueEntry.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
LeagueEntry()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
FreshBlood
@@ -195,7 +195,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
HotStreak
@@ -226,7 +226,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Inactive
@@ -257,7 +257,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
LeagueId
@@ -288,7 +288,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
LeaguePoints
@@ -319,7 +319,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Losses
@@ -351,7 +351,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
MiniSeries
@@ -382,7 +382,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
QueueType
@@ -413,7 +413,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Rank
@@ -445,7 +445,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
SummonerId
@@ -477,7 +477,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Tier
@@ -508,7 +508,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Veteran
@@ -539,7 +539,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Wins
@@ -573,7 +573,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -611,7 +611,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LeagueV4.LeagueItem.html b/v/3.x.x/docs/api/Camille.RiotGames.LeagueV4.LeagueItem.html
index 6872b9d0..b779a88c 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LeagueV4.LeagueItem.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LeagueV4.LeagueItem.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
LeagueItem()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
FreshBlood
@@ -195,7 +195,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
HotStreak
@@ -226,7 +226,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Inactive
@@ -257,7 +257,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
LeaguePoints
@@ -288,7 +288,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Losses
@@ -320,7 +320,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
MiniSeries
@@ -351,7 +351,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Rank
@@ -382,7 +382,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
SummonerId
@@ -414,7 +414,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Veteran
@@ -445,7 +445,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Wins
@@ -479,7 +479,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -517,7 +517,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LeagueV4.LeagueList.html b/v/3.x.x/docs/api/Camille.RiotGames.LeagueV4.LeagueList.html
index 3d2561b5..ec326aeb 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LeagueV4.LeagueList.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LeagueV4.LeagueList.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
LeagueList()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Entries
@@ -195,7 +195,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
LeagueId
@@ -226,7 +226,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Name
@@ -257,7 +257,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Queue
@@ -288,7 +288,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Tier
@@ -321,7 +321,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -359,7 +359,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LeagueV4.MiniSeries.html b/v/3.x.x/docs/api/Camille.RiotGames.LeagueV4.MiniSeries.html
index fbb1d796..ad803a62 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LeagueV4.MiniSeries.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LeagueV4.MiniSeries.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
MiniSeries()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Losses
@@ -195,7 +195,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Progress
@@ -226,7 +226,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Target
@@ -257,7 +257,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Wins
@@ -290,7 +290,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -328,7 +328,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LeagueV4Endpoints.html b/v/3.x.x/docs/api/Camille.RiotGames.LeagueV4Endpoints.html
index a71636ff..6f0cba37 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LeagueV4Endpoints.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LeagueV4Endpoints.html
@@ -123,7 +123,7 @@ Methods
Improve this Doc
- View Source
+ View Source
GetChallengerLeague(PlatformRoute, Enums.QueueType, Nullable<CancellationToken>)
@@ -185,7 +185,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetChallengerLeagueAsync(PlatformRoute, Enums.QueueType, Nullable<CancellationToken>)
@@ -247,7 +247,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetGrandmasterLeague(PlatformRoute, Enums.QueueType, Nullable<CancellationToken>)
@@ -309,7 +309,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetGrandmasterLeagueAsync(PlatformRoute, Enums.QueueType, Nullable<CancellationToken>)
@@ -371,7 +371,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetLeagueById(PlatformRoute, String, Nullable<CancellationToken>)
@@ -433,7 +433,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetLeagueByIdAsync(PlatformRoute, String, Nullable<CancellationToken>)
@@ -495,7 +495,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetLeagueEntries(PlatformRoute, Enums.QueueType, Enums.Tier, Enums.Division, Nullable<Int32>, Nullable<CancellationToken>)
@@ -575,7 +575,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetLeagueEntriesAsync(PlatformRoute, Enums.QueueType, Enums.Tier, Enums.Division, Nullable<Int32>, Nullable<CancellationToken>)
@@ -655,7 +655,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetLeagueEntriesForSummoner(PlatformRoute, String, Nullable<CancellationToken>)
@@ -717,7 +717,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetLeagueEntriesForSummonerAsync(PlatformRoute, String, Nullable<CancellationToken>)
@@ -779,7 +779,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetMasterLeague(PlatformRoute, Enums.QueueType, Nullable<CancellationToken>)
@@ -841,7 +841,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetMasterLeagueAsync(PlatformRoute, Enums.QueueType, Nullable<CancellationToken>)
@@ -909,7 +909,7 @@ Returns
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.ApexPlayerInfo.html b/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.ApexPlayerInfo.html
index 5848903a..807697a2 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.ApexPlayerInfo.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.ApexPlayerInfo.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
ApexPlayerInfo()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Position
@@ -195,7 +195,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Puuid
@@ -226,7 +226,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Value
@@ -259,7 +259,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -297,7 +297,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.ChallengeConfigInfo.html b/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.ChallengeConfigInfo.html
index a18a506e..a71c5747 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.ChallengeConfigInfo.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.ChallengeConfigInfo.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
ChallengeConfigInfo()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
EndTimestamp
@@ -195,7 +195,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Id
@@ -226,7 +226,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Leaderboard
@@ -257,7 +257,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
LocalizedNames
@@ -288,7 +288,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
StartTimestamp
@@ -319,7 +319,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
State
@@ -351,7 +351,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Thresholds
@@ -382,7 +382,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Tracking
@@ -416,7 +416,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -454,7 +454,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.ChallengeInfo.html b/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.ChallengeInfo.html
index dbf309ab..11aab62a 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.ChallengeInfo.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.ChallengeInfo.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
ChallengeInfo()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
AchievedTime
@@ -195,7 +195,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
ChallengeId
@@ -226,7 +226,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Level
@@ -257,7 +257,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Percentile
@@ -288,7 +288,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
PlayersInLevel
@@ -319,7 +319,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Position
@@ -350,7 +350,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Value
@@ -383,7 +383,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -421,7 +421,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.ChallengePoints.html b/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.ChallengePoints.html
index cceed7bc..88c6a719 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.ChallengePoints.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.ChallengePoints.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
ChallengePoints()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Current
@@ -195,7 +195,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Level
@@ -226,7 +226,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Max
@@ -257,7 +257,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Percentile
@@ -290,7 +290,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -328,7 +328,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.Level.html b/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.Level.html
index fc805600..b5ccf15b 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.Level.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.Level.html
@@ -125,7 +125,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
Level()
@@ -142,7 +142,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -176,7 +176,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -214,7 +214,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.PlayerClientPreferences.html b/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.PlayerClientPreferences.html
index b9d9e701..87af232c 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.PlayerClientPreferences.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.PlayerClientPreferences.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
PlayerClientPreferences()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
BannerAccent
@@ -195,7 +195,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
ChallengeIds
@@ -226,7 +226,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
CrestBorder
@@ -257,7 +257,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
PrestigeCrestBorderLevel
@@ -288,7 +288,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Title
@@ -321,7 +321,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -359,7 +359,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.PlayerInfo.html b/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.PlayerInfo.html
index 9f42a59c..af95cc59 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.PlayerInfo.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.PlayerInfo.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
PlayerInfo()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
CategoryPoints
@@ -195,7 +195,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Challenges
@@ -226,7 +226,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Preferences
@@ -257,7 +257,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
TotalPoints
@@ -290,7 +290,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -328,7 +328,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.State.html b/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.State.html
index 52f72d58..7f081f98 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.State.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.State.html
@@ -119,7 +119,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
State()
@@ -136,7 +136,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -170,7 +170,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -208,7 +208,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.Tracking.html b/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.Tracking.html
index 26e48bbe..1c64c6cc 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.Tracking.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1.Tracking.html
@@ -117,7 +117,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
Tracking()
@@ -134,7 +134,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -168,7 +168,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -206,7 +206,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1Endpoints.html b/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1Endpoints.html
index 11bba529..49520797 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1Endpoints.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LolChallengesV1Endpoints.html
@@ -123,7 +123,7 @@ Methods
Improve this Doc
- View Source
+ View Source
GetAllChallengeConfigs(PlatformRoute, Nullable<CancellationToken>)
@@ -179,7 +179,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetAllChallengeConfigsAsync(PlatformRoute, Nullable<CancellationToken>)
@@ -235,7 +235,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetAllChallengePercentiles(PlatformRoute, Nullable<CancellationToken>)
@@ -291,7 +291,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetAllChallengePercentilesAsync(PlatformRoute, Nullable<CancellationToken>)
@@ -347,7 +347,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetChallengeConfigs(PlatformRoute, Int64, Nullable<CancellationToken>)
@@ -409,7 +409,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetChallengeConfigsAsync(PlatformRoute, Int64, Nullable<CancellationToken>)
@@ -471,7 +471,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetChallengeLeaderboards(PlatformRoute, Int64, Enums.Tier, Nullable<Int32>, Nullable<CancellationToken>)
@@ -545,7 +545,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetChallengeLeaderboardsAsync(PlatformRoute, Int64, Enums.Tier, Nullable<Int32>, Nullable<CancellationToken>)
@@ -619,7 +619,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetChallengePercentiles(PlatformRoute, Int64, Nullable<CancellationToken>)
@@ -681,7 +681,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetChallengePercentilesAsync(PlatformRoute, Int64, Nullable<CancellationToken>)
@@ -743,7 +743,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetPlayerData(PlatformRoute, String, Nullable<CancellationToken>)
@@ -805,7 +805,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetPlayerDataAsync(PlatformRoute, String, Nullable<CancellationToken>)
@@ -873,7 +873,7 @@ Returns
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LolStatusV4.Content.html b/v/3.x.x/docs/api/Camille.RiotGames.LolStatusV4.Content.html
index ebdf206d..c4c2f19a 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LolStatusV4.Content.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LolStatusV4.Content.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
Content()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Contentstring
@@ -195,7 +195,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Locale
@@ -228,7 +228,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -266,7 +266,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LolStatusV4.PlatformData.html b/v/3.x.x/docs/api/Camille.RiotGames.LolStatusV4.PlatformData.html
index d988c314..9f9c3ea5 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LolStatusV4.PlatformData.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LolStatusV4.PlatformData.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
PlatformData()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Id
@@ -195,7 +195,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Incidents
@@ -226,7 +226,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Locales
@@ -257,7 +257,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Maintenances
@@ -288,7 +288,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Name
@@ -321,7 +321,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -359,7 +359,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LolStatusV4.Status.html b/v/3.x.x/docs/api/Camille.RiotGames.LolStatusV4.Status.html
index bd119d03..e070a30e 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LolStatusV4.Status.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LolStatusV4.Status.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
Status()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
ArchiveAt
@@ -195,7 +195,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
CreatedAt
@@ -226,7 +226,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Id
@@ -257,7 +257,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
IncidentSeverity
@@ -289,7 +289,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
MaintenanceStatus
@@ -321,7 +321,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Platforms
@@ -353,7 +353,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Titles
@@ -384,7 +384,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
UpdatedAt
@@ -415,7 +415,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Updates
@@ -448,7 +448,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -486,7 +486,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LolStatusV4.Update.html b/v/3.x.x/docs/api/Camille.RiotGames.LolStatusV4.Update.html
index 62544aea..aa80a5df 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LolStatusV4.Update.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LolStatusV4.Update.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
Update()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Author
@@ -195,7 +195,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
CreatedAt
@@ -226,7 +226,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Id
@@ -257,7 +257,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Publish
@@ -288,7 +288,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
PublishLocations
@@ -320,7 +320,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Translations
@@ -351,7 +351,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
UpdatedAt
@@ -384,7 +384,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -422,7 +422,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LolStatusV4Endpoints.html b/v/3.x.x/docs/api/Camille.RiotGames.LolStatusV4Endpoints.html
index a4600437..e3d759cd 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LolStatusV4Endpoints.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LolStatusV4Endpoints.html
@@ -123,7 +123,7 @@ Methods
Improve this Doc
- View Source
+ View Source
GetPlatformData(PlatformRoute, Nullable<CancellationToken>)
@@ -179,7 +179,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetPlatformDataAsync(PlatformRoute, Nullable<CancellationToken>)
@@ -241,7 +241,7 @@ Returns
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LorDeckV1.Deck.html b/v/3.x.x/docs/api/Camille.RiotGames.LorDeckV1.Deck.html
index ad7f1992..a8b7cf50 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LorDeckV1.Deck.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LorDeckV1.Deck.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
Deck()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Code
@@ -195,7 +195,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Id
@@ -226,7 +226,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Name
@@ -259,7 +259,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -297,7 +297,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LorDeckV1.NewDeck.html b/v/3.x.x/docs/api/Camille.RiotGames.LorDeckV1.NewDeck.html
index 23cd0dc7..3be34f11 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LorDeckV1.NewDeck.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LorDeckV1.NewDeck.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
NewDeck()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Code
@@ -195,7 +195,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Name
@@ -228,7 +228,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -266,7 +266,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LorDeckV1Endpoints.html b/v/3.x.x/docs/api/Camille.RiotGames.LorDeckV1Endpoints.html
index cb907ae9..70040337 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LorDeckV1Endpoints.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LorDeckV1Endpoints.html
@@ -120,20 +120,20 @@ Methods
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
- CreateDeck(RegionalRoute, NewDeck, String, Nullable<CancellationToken>)
+ CreateDeck(RegionalRoute, NewDeck, Nullable<CancellationToken>)
Declaration
-
public string CreateDeck(RegionalRoute route, NewDeck body, string Authorization, CancellationToken? cancellationToken = null)
+
public string CreateDeck(RegionalRoute route, NewDeck body, CancellationToken? cancellationToken = null)
Parameters
@@ -156,12 +156,6 @@ Parameters
body
-
- System.String
- Authorization
- (required, in header)
-
-
System.Nullable <System.Threading.CancellationToken >
cancellationToken
@@ -187,20 +181,20 @@ Returns
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
- CreateDeckAsync(RegionalRoute, NewDeck, String, Nullable<CancellationToken>)
+ CreateDeckAsync(RegionalRoute, NewDeck, Nullable<CancellationToken>)
Declaration
-
public Task<string> CreateDeckAsync(RegionalRoute route, NewDeck body, string Authorization, CancellationToken? cancellationToken = null)
+
public Task<string> CreateDeckAsync(RegionalRoute route, NewDeck body, CancellationToken? cancellationToken = null)
Parameters
@@ -223,12 +217,6 @@ Parameters
body
-
- System.String
- Authorization
- (required, in header)
-
-
System.Nullable <System.Threading.CancellationToken >
cancellationToken
@@ -254,20 +242,20 @@ Returns
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
- GetDecks(RegionalRoute, String, Nullable<CancellationToken>)
+ GetDecks(RegionalRoute, Nullable<CancellationToken>)
Declaration
-
public Deck[] GetDecks(RegionalRoute route, string Authorization, CancellationToken? cancellationToken = null)
+
public Deck[] GetDecks(RegionalRoute route, CancellationToken? cancellationToken = null)
Parameters
@@ -283,12 +271,6 @@ Parameters
RegionalRoute
route
Route to query. Corresponds to a Riot API subdomain for a region or platform. (required)
-
-
-
- System.String
- Authorization
- (required, in header)
@@ -316,20 +298,20 @@ Returns
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
- GetDecksAsync(RegionalRoute, String, Nullable<CancellationToken>)
+ GetDecksAsync(RegionalRoute, Nullable<CancellationToken>)
Declaration
-
public Task<Deck[]> GetDecksAsync(RegionalRoute route, string Authorization, CancellationToken? cancellationToken = null)
+
public Task<Deck[]> GetDecksAsync(RegionalRoute route, CancellationToken? cancellationToken = null)
Parameters
@@ -345,12 +327,6 @@ Parameters
RegionalRoute
route
Route to query. Corresponds to a Riot API subdomain for a region or platform. (required)
-
-
-
- System.String
- Authorization
- (required, in header)
@@ -387,7 +363,7 @@ Returns
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LorInventoryV1.Card.html b/v/3.x.x/docs/api/Camille.RiotGames.LorInventoryV1.Card.html
index d1334d28..3da4f6a7 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LorInventoryV1.Card.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LorInventoryV1.Card.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
Card()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Code
@@ -195,7 +195,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Count
@@ -228,7 +228,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -266,7 +266,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LorInventoryV1Endpoints.html b/v/3.x.x/docs/api/Camille.RiotGames.LorInventoryV1Endpoints.html
index 267ff822..71e2e54c 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LorInventoryV1Endpoints.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LorInventoryV1Endpoints.html
@@ -120,20 +120,20 @@ Methods
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
- GetCards(RegionalRoute, String, Nullable<CancellationToken>)
+ GetCards(RegionalRoute, Nullable<CancellationToken>)
Declaration
-
public Card[] GetCards(RegionalRoute route, string Authorization, CancellationToken? cancellationToken = null)
+
public Card[] GetCards(RegionalRoute route, CancellationToken? cancellationToken = null)
Parameters
@@ -149,12 +149,6 @@ Parameters
RegionalRoute
route
Route to query. Corresponds to a Riot API subdomain for a region or platform. (required)
-
-
-
- System.String
- Authorization
- (required, in header)
@@ -182,20 +176,20 @@ Returns
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
- GetCardsAsync(RegionalRoute, String, Nullable<CancellationToken>)
+ GetCardsAsync(RegionalRoute, Nullable<CancellationToken>)
Declaration
-
public Task<Card[]> GetCardsAsync(RegionalRoute route, string Authorization, CancellationToken? cancellationToken = null)
+
public Task<Card[]> GetCardsAsync(RegionalRoute route, CancellationToken? cancellationToken = null)
Parameters
@@ -211,12 +205,6 @@ Parameters
RegionalRoute
route
Route to query. Corresponds to a Riot API subdomain for a region or platform. (required)
-
-
-
- System.String
- Authorization
- (required, in header)
@@ -253,7 +241,7 @@ Returns
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LorMatchV1.Info.html b/v/3.x.x/docs/api/Camille.RiotGames.LorMatchV1.Info.html
index 8a7393a4..7dd6d930 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LorMatchV1.Info.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LorMatchV1.Info.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
Info()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
GameFormat
@@ -196,7 +196,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
GameMode
@@ -228,7 +228,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
GameStartTimeUtc
@@ -259,7 +259,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
GameType
@@ -291,7 +291,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
GameVersion
@@ -322,7 +322,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Players
@@ -353,7 +353,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
TotalTurnCount
@@ -387,7 +387,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -425,7 +425,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LorMatchV1.Match.html b/v/3.x.x/docs/api/Camille.RiotGames.LorMatchV1.Match.html
index c9b89098..c301cfc5 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LorMatchV1.Match.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LorMatchV1.Match.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
Match()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Info
@@ -196,7 +196,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Metadata
@@ -230,7 +230,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -268,7 +268,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LorMatchV1.Metadata.html b/v/3.x.x/docs/api/Camille.RiotGames.LorMatchV1.Metadata.html
index 68574bdb..1707ad18 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LorMatchV1.Metadata.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LorMatchV1.Metadata.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
Metadata()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
DataVersion
@@ -196,7 +196,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
MatchId
@@ -228,7 +228,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Participants
@@ -262,7 +262,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -300,7 +300,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LorMatchV1.Player.html b/v/3.x.x/docs/api/Camille.RiotGames.LorMatchV1.Player.html
index eda307b5..ae4f7d4a 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LorMatchV1.Player.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LorMatchV1.Player.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
Player()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
DeckCode
@@ -196,7 +196,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
DeckId
@@ -227,7 +227,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Factions
@@ -258,7 +258,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
GameOutcome
@@ -289,7 +289,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
OrderOfPlay
@@ -321,7 +321,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Puuid
@@ -354,7 +354,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -392,7 +392,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LorMatchV1Endpoints.html b/v/3.x.x/docs/api/Camille.RiotGames.LorMatchV1Endpoints.html
index 94b43fdc..dc4ba3a2 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LorMatchV1Endpoints.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LorMatchV1Endpoints.html
@@ -123,7 +123,7 @@ Methods
Improve this Doc
- View Source
+ View Source
GetMatch(RegionalRoute, String, Nullable<CancellationToken>)
@@ -185,7 +185,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetMatchAsync(RegionalRoute, String, Nullable<CancellationToken>)
@@ -247,7 +247,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetMatchIdsByPUUID(RegionalRoute, String, Nullable<CancellationToken>)
@@ -309,7 +309,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetMatchIdsByPUUIDAsync(RegionalRoute, String, Nullable<CancellationToken>)
@@ -377,7 +377,7 @@ Returns
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LorRankedV1.Leaderboard.html b/v/3.x.x/docs/api/Camille.RiotGames.LorRankedV1.Leaderboard.html
index e4c51fcd..95dd995f 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LorRankedV1.Leaderboard.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LorRankedV1.Leaderboard.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
Leaderboard()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Players
@@ -198,7 +198,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -236,7 +236,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LorRankedV1.Player.html b/v/3.x.x/docs/api/Camille.RiotGames.LorRankedV1.Player.html
index abbeb0e8..abf0c427 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LorRankedV1.Player.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LorRankedV1.Player.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
Player()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Lp
@@ -196,7 +196,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Name
@@ -227,7 +227,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Rank
@@ -260,7 +260,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -298,7 +298,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LorRankedV1Endpoints.html b/v/3.x.x/docs/api/Camille.RiotGames.LorRankedV1Endpoints.html
index 7aa16e2b..e4fd6084 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LorRankedV1Endpoints.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LorRankedV1Endpoints.html
@@ -123,7 +123,7 @@ Methods
Improve this Doc
- View Source
+ View Source
GetLeaderboards(RegionalRoute, Nullable<CancellationToken>)
@@ -179,7 +179,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetLeaderboardsAsync(RegionalRoute, Nullable<CancellationToken>)
@@ -241,7 +241,7 @@ Returns
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LorStatusV1.Content.html b/v/3.x.x/docs/api/Camille.RiotGames.LorStatusV1.Content.html
index 3f36835a..39554353 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LorStatusV1.Content.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LorStatusV1.Content.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
Content()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Contentstring
@@ -195,7 +195,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Locale
@@ -228,7 +228,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -266,7 +266,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LorStatusV1.PlatformData.html b/v/3.x.x/docs/api/Camille.RiotGames.LorStatusV1.PlatformData.html
index 9023c415..9379eb44 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LorStatusV1.PlatformData.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LorStatusV1.PlatformData.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
PlatformData()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Id
@@ -195,7 +195,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Incidents
@@ -226,7 +226,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Locales
@@ -257,7 +257,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Maintenances
@@ -288,7 +288,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Name
@@ -321,7 +321,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -359,7 +359,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LorStatusV1.Status.html b/v/3.x.x/docs/api/Camille.RiotGames.LorStatusV1.Status.html
index 6024016d..6e84c219 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LorStatusV1.Status.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LorStatusV1.Status.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
Status()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
ArchiveAt
@@ -195,7 +195,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
CreatedAt
@@ -226,7 +226,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Id
@@ -257,7 +257,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
IncidentSeverity
@@ -289,7 +289,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
MaintenanceStatus
@@ -321,7 +321,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Platforms
@@ -353,7 +353,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Titles
@@ -384,7 +384,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
UpdatedAt
@@ -415,7 +415,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Updates
@@ -448,7 +448,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -486,7 +486,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LorStatusV1.Update.html b/v/3.x.x/docs/api/Camille.RiotGames.LorStatusV1.Update.html
index 839aab4b..3e42a968 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LorStatusV1.Update.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LorStatusV1.Update.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
Update()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Author
@@ -195,7 +195,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
CreatedAt
@@ -226,7 +226,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Id
@@ -257,7 +257,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Publish
@@ -288,7 +288,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
PublishLocations
@@ -320,7 +320,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
Translations
@@ -351,7 +351,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
UpdatedAt
@@ -384,7 +384,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -422,7 +422,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.LorStatusV1Endpoints.html b/v/3.x.x/docs/api/Camille.RiotGames.LorStatusV1Endpoints.html
index 275d92f9..4f767bf0 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.LorStatusV1Endpoints.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.LorStatusV1Endpoints.html
@@ -123,7 +123,7 @@ Methods
Improve this Doc
- View Source
+ View Source
GetPlatformData(RegionalRoute, Nullable<CancellationToken>)
@@ -179,7 +179,7 @@ Returns
Improve this Doc
- View Source
+ View Source
GetPlatformDataAsync(RegionalRoute, Nullable<CancellationToken>)
@@ -241,7 +241,7 @@ Returns
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.MatchV5.Ban.html b/v/3.x.x/docs/api/Camille.RiotGames.MatchV5.Ban.html
index b97dcac9..f991f691 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.MatchV5.Ban.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.MatchV5.Ban.html
@@ -115,7 +115,7 @@ Constructors
Improve this Doc
- View Source
+ View Source
Ban()
@@ -132,7 +132,7 @@ Properties
Improve this Doc
- View Source
+ View Source
_AdditionalProperties
@@ -164,7 +164,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
ChampionId
@@ -195,7 +195,7 @@ Property Value
Improve this Doc
- View Source
+ View Source
PickTurn
@@ -228,7 +228,7 @@ Methods
Improve this Doc
- View Source
+ View Source
ToString()
@@ -266,7 +266,7 @@ Overrides
Improve this Doc
- View Source
+ View Source
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.MatchV5.ParticipantChallenges.html b/v/3.x.x/docs/api/Camille.RiotGames.MatchV5.Challenges.html
similarity index 58%
rename from v/3.x.x/docs/api/Camille.RiotGames.MatchV5.ParticipantChallenges.html
rename to v/3.x.x/docs/api/Camille.RiotGames.MatchV5.Challenges.html
index f1eeda21..feed8772 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.MatchV5.ParticipantChallenges.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.MatchV5.Challenges.html
@@ -5,10 +5,10 @@
- Class ParticipantChallenges
+ Class Challenges
-
@@ -68,18 +68,19 @@
-
+
- Class ParticipantChallenges
+ Class Challenges
- ParticipantChallenges data object. This class is automatically generated.
+
Challenges data object. This class is automatically generated.
+Challenges DTO
Inheritance
System.Object
-
ParticipantChallenges
+
Challenges
Inherited Members
@@ -104,38 +105,38 @@ Inherited Members
Namespace : Camille.RiotGames.MatchV5
Assembly : Camille.RiotGames.dll
-
Syntax
+
Syntax
-
public class ParticipantChallenges
+
public class Challenges
Constructors
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
ParticipantChallenges()
+
+
Challenges()
Declaration
-
public ParticipantChallenges()
+
public Challenges()
Properties
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
_AdditionalProperties
+
+
_AdditionalProperties
Contains any extra JSON properties that did not map to fields.
@@ -161,19 +162,19 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
- AbilityUses
+
+ AbilityUses
Declaration
[JsonPropertyName("abilityUses")]
-public double? AbilityUses { get; set; }
+public int? AbilityUses { get; set; }
Property Value
@@ -185,26 +186,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
- AcesBefore15Minutes
+
+ AcesBefore15Minutes
Declaration
[JsonPropertyName("acesBefore15Minutes")]
-public double? AcesBefore15Minutes { get; set; }
+public int? AcesBefore15Minutes { get; set; }
Property Value
@@ -216,20 +217,20 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
- AlliedJungleMonsterKills
+
+ AlliedJungleMonsterKills
Declaration
@@ -254,13 +255,13 @@ Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
- BaronBuffGoldAdvantageOverThreshold
+
+ BaronBuffGoldAdvantageOverThreshold
Declaration
@@ -285,19 +286,19 @@ Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
BaronTakedowns
+
+
BaronTakedowns
Declaration
[JsonPropertyName("baronTakedowns")]
-public double? BaronTakedowns { get; set; }
+public int? BaronTakedowns { get; set; }
Property Value
@@ -309,26 +310,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
BlastConeOppositeOpponentCount
+
+
BlastConeOppositeOpponentCount
Declaration
[JsonPropertyName("blastConeOppositeOpponentCount")]
-public double? BlastConeOppositeOpponentCount { get; set; }
+public int? BlastConeOppositeOpponentCount { get; set; }
Property Value
@@ -340,26 +341,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
BountyGold
+
+
BountyGold
Declaration
[JsonPropertyName("bountyGold")]
-public double? BountyGold { get; set; }
+public int? BountyGold { get; set; }
Property Value
@@ -371,26 +372,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
BuffsStolen
+
+
BuffsStolen
Declaration
[JsonPropertyName("buffsStolen")]
-public double? BuffsStolen { get; set; }
+public int? BuffsStolen { get; set; }
Property Value
@@ -402,26 +403,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
CompleteSupportQuestInTime
+
+
CompleteSupportQuestInTime
Declaration
[JsonPropertyName("completeSupportQuestInTime")]
-public double? CompleteSupportQuestInTime { get; set; }
+public int? CompleteSupportQuestInTime { get; set; }
Property Value
@@ -433,26 +434,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
ControlWardsPlaced
+
+
ControlWardsPlaced
Declaration
[JsonPropertyName("controlWardsPlaced")]
-public double? ControlWardsPlaced { get; set; }
+public int? ControlWardsPlaced { get; set; }
Property Value
@@ -464,20 +465,20 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
ControlWardTimeCoverageInRiverOrEnemyHalf
+
+
ControlWardTimeCoverageInRiverOrEnemyHalf
Declaration
@@ -502,13 +503,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
DamagePerMinute
+
+
DamagePerMinute
Declaration
@@ -533,13 +534,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
DamageTakenOnTeamPercentage
+
+
DamageTakenOnTeamPercentage
Declaration
@@ -564,19 +565,19 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
DancedWithRiftHerald
+
+
DancedWithRiftHerald
Declaration
[JsonPropertyName("dancedWithRiftHerald")]
-public double? DancedWithRiftHerald { get; set; }
+public int? DancedWithRiftHerald { get; set; }
Property Value
@@ -588,26 +589,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
DeathsByEnemyChamps
+
+
DeathsByEnemyChamps
Declaration
[JsonPropertyName("deathsByEnemyChamps")]
-public double? DeathsByEnemyChamps { get; set; }
+public int? DeathsByEnemyChamps { get; set; }
Property Value
@@ -619,26 +620,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
DodgeSkillShotsSmallWindow
+
+
DodgeSkillShotsSmallWindow
Declaration
[JsonPropertyName("dodgeSkillShotsSmallWindow")]
-public double? DodgeSkillShotsSmallWindow { get; set; }
+public int? DodgeSkillShotsSmallWindow { get; set; }
Property Value
@@ -650,26 +651,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
DoubleAces
+
+
DoubleAces
Declaration
[JsonPropertyName("doubleAces")]
-public double? DoubleAces { get; set; }
+public int? DoubleAces { get; set; }
Property Value
@@ -681,26 +682,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
DragonTakedowns
+
+
DragonTakedowns
Declaration
[JsonPropertyName("dragonTakedowns")]
-public double? DragonTakedowns { get; set; }
+public int? DragonTakedowns { get; set; }
Property Value
@@ -712,20 +713,20 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
EarliestBaron
+
+
EarliestBaron
Declaration
@@ -750,13 +751,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
EarliestDragonTakedown
+
+
EarliestDragonTakedown
Declaration
@@ -781,13 +782,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
EarliestElderDragon
+
+
EarliestElderDragon
Declaration
@@ -812,13 +813,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
EarlyLaningPhaseGoldExpAdvantage
+
+
EarlyLaningPhaseGoldExpAdvantage
Declaration
@@ -843,19 +844,19 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
EffectiveHealAndShielding
+
+
EffectiveHealAndShielding
Declaration
[JsonPropertyName("effectiveHealAndShielding")]
-public double? EffectiveHealAndShielding { get; set; }
+public float? EffectiveHealAndShielding { get; set; }
Property Value
@@ -867,26 +868,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Single >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
ElderDragonKillsWithOpposingSoul
+
+
ElderDragonKillsWithOpposingSoul
Declaration
[JsonPropertyName("elderDragonKillsWithOpposingSoul")]
-public double? ElderDragonKillsWithOpposingSoul { get; set; }
+public int? ElderDragonKillsWithOpposingSoul { get; set; }
Property Value
@@ -898,26 +899,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
ElderDragonMultikills
+
+
ElderDragonMultikills
Declaration
[JsonPropertyName("elderDragonMultikills")]
-public double? ElderDragonMultikills { get; set; }
+public int? ElderDragonMultikills { get; set; }
Property Value
@@ -929,26 +930,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
EnemyChampionImmobilizations
+
+
EnemyChampionImmobilizations
Declaration
[JsonPropertyName("enemyChampionImmobilizations")]
-public double? EnemyChampionImmobilizations { get; set; }
+public int? EnemyChampionImmobilizations { get; set; }
Property Value
@@ -960,20 +961,20 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
EnemyJungleMonsterKills
+
+
EnemyJungleMonsterKills
Declaration
@@ -998,19 +999,19 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
EpicMonsterKillsNearEnemyJungler
+
+
EpicMonsterKillsNearEnemyJungler
Declaration
[JsonPropertyName("epicMonsterKillsNearEnemyJungler")]
-public double? EpicMonsterKillsNearEnemyJungler { get; set; }
+public int? EpicMonsterKillsNearEnemyJungler { get; set; }
Property Value
@@ -1022,26 +1023,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
EpicMonsterKillsWithin30SecondsOfSpawn
+
+
EpicMonsterKillsWithin30SecondsOfSpawn
Declaration
[JsonPropertyName("epicMonsterKillsWithin30SecondsOfSpawn")]
-public double? EpicMonsterKillsWithin30SecondsOfSpawn { get; set; }
+public int? EpicMonsterKillsWithin30SecondsOfSpawn { get; set; }
Property Value
@@ -1053,26 +1054,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
EpicMonsterSteals
+
+
EpicMonsterSteals
Declaration
[JsonPropertyName("epicMonsterSteals")]
-public double? EpicMonsterSteals { get; set; }
+public int? EpicMonsterSteals { get; set; }
Property Value
@@ -1084,26 +1085,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
EpicMonsterStolenWithoutSmite
+
+
EpicMonsterStolenWithoutSmite
Declaration
[JsonPropertyName("epicMonsterStolenWithoutSmite")]
-public double? EpicMonsterStolenWithoutSmite { get; set; }
+public int? EpicMonsterStolenWithoutSmite { get; set; }
Property Value
@@ -1115,20 +1116,20 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
FasterSupportQuestCompletion
+
+
FasterSupportQuestCompletion
Declaration
@@ -1153,13 +1154,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
FastestLegendary
+
+
FastestLegendary
Declaration
@@ -1184,19 +1185,19 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
FirstTurretKilled
+
+
FirstTurretKilled
Declaration
[JsonPropertyName("firstTurretKilled")]
-public double? FirstTurretKilled { get; set; }
+public int? FirstTurretKilled { get; set; }
Property Value
@@ -1208,26 +1209,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
FirstTurretKilledTime
+
+
FirstTurretKilledTime
Declaration
[JsonPropertyName("firstTurretKilledTime")]
-public double? FirstTurretKilledTime { get; set; }
+public float? FirstTurretKilledTime { get; set; }
Property Value
@@ -1239,26 +1240,57 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Single >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
FlawlessAces
+
+
FistBumpParticipation
+
+
+
Declaration
+
+
[JsonPropertyName("fistBumpParticipation")]
+public int? FistBumpParticipation { get; set; }
+
+
Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Nullable <System.Int32 >
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
FlawlessAces
Declaration
[JsonPropertyName("flawlessAces")]
-public double? FlawlessAces { get; set; }
+public int? FlawlessAces { get; set; }
Property Value
@@ -1270,26 +1302,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
FullTeamTakedown
+
+
FullTeamTakedown
Declaration
[JsonPropertyName("fullTeamTakedown")]
-public double? FullTeamTakedown { get; set; }
+public int? FullTeamTakedown { get; set; }
Property Value
@@ -1301,20 +1333,20 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
GameLength
+
+
GameLength
Declaration
@@ -1339,19 +1371,19 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
GetTakedownsInAllLanesEarlyJungleAsLaner
+
+
GetTakedownsInAllLanesEarlyJungleAsLaner
Declaration
[JsonPropertyName("getTakedownsInAllLanesEarlyJungleAsLaner")]
-public double? GetTakedownsInAllLanesEarlyJungleAsLaner { get; set; }
+public int? GetTakedownsInAllLanesEarlyJungleAsLaner { get; set; }
Property Value
@@ -1363,20 +1395,20 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
GoldPerMinute
+
+
GoldPerMinute
Declaration
@@ -1401,13 +1433,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
HadAfkTeammate
+
+
HadAfkTeammate
Declaration
@@ -1432,19 +1464,19 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
HadOpenNexus
+
+
HadOpenNexus
Declaration
[JsonPropertyName("hadOpenNexus")]
-public double? HadOpenNexus { get; set; }
+public int? HadOpenNexus { get; set; }
Property Value
@@ -1456,20 +1488,20 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
HighestChampionDamage
+
+
HighestChampionDamage
Declaration
@@ -1494,13 +1526,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
HighestCrowdControlScore
+
+
HighestCrowdControlScore
Declaration
@@ -1525,13 +1557,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
HighestWardKills
+
+
HighestWardKills
Declaration
@@ -1556,19 +1588,50 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
ImmobilizeAndKillWithAlly
+
+
ImmobilizeAndKillWithAlly
Declaration
[JsonPropertyName("immobilizeAndKillWithAlly")]
-public double? ImmobilizeAndKillWithAlly { get; set; }
+public int? ImmobilizeAndKillWithAlly { get; set; }
+
+
Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Nullable <System.Int32 >
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
InfernalScalePickup
+
+
+
Declaration
+
+
[JsonPropertyName("InfernalScalePickup")]
+public double? InfernalScalePickup { get; set; }
Property Value
@@ -1587,19 +1650,19 @@ Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
InitialBuffCount
+
+
InitialBuffCount
Declaration
[JsonPropertyName("initialBuffCount")]
-public double? InitialBuffCount { get; set; }
+public int? InitialBuffCount { get; set; }
Property Value
@@ -1611,26 +1674,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
InitialCrabCount
+
+
InitialCrabCount
Declaration
[JsonPropertyName("initialCrabCount")]
-public double? InitialCrabCount { get; set; }
+public int? InitialCrabCount { get; set; }
Property Value
@@ -1642,20 +1705,20 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
JungleCsBefore10Minutes
+
+
JungleCsBefore10Minutes
Declaration
@@ -1680,13 +1743,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
JunglerKillsEarlyJungle
+
+
JunglerKillsEarlyJungle
Declaration
@@ -1711,19 +1774,19 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
JunglerTakedownsNearDamagedEpicMonster
+
+
JunglerTakedownsNearDamagedEpicMonster
Declaration
[JsonPropertyName("junglerTakedownsNearDamagedEpicMonster")]
-public double? JunglerTakedownsNearDamagedEpicMonster { get; set; }
+public int? JunglerTakedownsNearDamagedEpicMonster { get; set; }
Property Value
@@ -1735,20 +1798,20 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
Kda
+
+
Kda
Declaration
@@ -1773,19 +1836,19 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
KillAfterHiddenWithAlly
+
+
KillAfterHiddenWithAlly
Declaration
[JsonPropertyName("killAfterHiddenWithAlly")]
-public double? KillAfterHiddenWithAlly { get; set; }
+public int? KillAfterHiddenWithAlly { get; set; }
Property Value
@@ -1797,26 +1860,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
KilledChampTookFullTeamDamageSurvived
+
+
KilledChampTookFullTeamDamageSurvived
Declaration
[JsonPropertyName("killedChampTookFullTeamDamageSurvived")]
-public double? KilledChampTookFullTeamDamageSurvived { get; set; }
+public int? KilledChampTookFullTeamDamageSurvived { get; set; }
Property Value
@@ -1828,26 +1891,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
KillingSprees
+
+
KillingSprees
Declaration
[JsonPropertyName("killingSprees")]
-public double? KillingSprees { get; set; }
+public int? KillingSprees { get; set; }
Property Value
@@ -1859,20 +1922,20 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
KillParticipation
+
+
KillParticipation
Declaration
@@ -1897,19 +1960,19 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
KillsNearEnemyTurret
+
+
KillsNearEnemyTurret
Declaration
[JsonPropertyName("killsNearEnemyTurret")]
-public double? KillsNearEnemyTurret { get; set; }
+public int? KillsNearEnemyTurret { get; set; }
Property Value
@@ -1921,20 +1984,20 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
KillsOnLanersEarlyJungleAsJungler
+
+
KillsOnLanersEarlyJungleAsJungler
Declaration
@@ -1959,19 +2022,19 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
KillsOnOtherLanesEarlyJungleAsLaner
+
+
KillsOnOtherLanesEarlyJungleAsLaner
Declaration
[JsonPropertyName("killsOnOtherLanesEarlyJungleAsLaner")]
-public double? KillsOnOtherLanesEarlyJungleAsLaner { get; set; }
+public int? KillsOnOtherLanesEarlyJungleAsLaner { get; set; }
Property Value
@@ -1983,26 +2046,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
KillsOnRecentlyHealedByAramPack
+
+
KillsOnRecentlyHealedByAramPack
Declaration
[JsonPropertyName("killsOnRecentlyHealedByAramPack")]
-public double? KillsOnRecentlyHealedByAramPack { get; set; }
+public int? KillsOnRecentlyHealedByAramPack { get; set; }
Property Value
@@ -2014,26 +2077,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
KillsUnderOwnTurret
+
+
KillsUnderOwnTurret
Declaration
[JsonPropertyName("killsUnderOwnTurret")]
-public double? KillsUnderOwnTurret { get; set; }
+public int? KillsUnderOwnTurret { get; set; }
Property Value
@@ -2045,26 +2108,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
KillsWithHelpFromEpicMonster
+
+
KillsWithHelpFromEpicMonster
Declaration
[JsonPropertyName("killsWithHelpFromEpicMonster")]
-public double? KillsWithHelpFromEpicMonster { get; set; }
+public int? KillsWithHelpFromEpicMonster { get; set; }
Property Value
@@ -2076,26 +2139,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
KnockEnemyIntoTeamAndKill
+
+
KnockEnemyIntoTeamAndKill
Declaration
[JsonPropertyName("knockEnemyIntoTeamAndKill")]
-public double? KnockEnemyIntoTeamAndKill { get; set; }
+public int? KnockEnemyIntoTeamAndKill { get; set; }
Property Value
@@ -2107,26 +2170,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
KTurretsDestroyedBeforePlatesFall
+
+
KTurretsDestroyedBeforePlatesFall
Declaration
[JsonPropertyName("kTurretsDestroyedBeforePlatesFall")]
-public double? KTurretsDestroyedBeforePlatesFall { get; set; }
+public int? KTurretsDestroyedBeforePlatesFall { get; set; }
Property Value
@@ -2138,26 +2201,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
LandSkillShotsEarlyGame
+
+
LandSkillShotsEarlyGame
Declaration
[JsonPropertyName("landSkillShotsEarlyGame")]
-public double? LandSkillShotsEarlyGame { get; set; }
+public int? LandSkillShotsEarlyGame { get; set; }
Property Value
@@ -2169,26 +2232,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
LaneMinionsFirst10Minutes
+
+
LaneMinionsFirst10Minutes
Declaration
[JsonPropertyName("laneMinionsFirst10Minutes")]
-public double? LaneMinionsFirst10Minutes { get; set; }
+public int? LaneMinionsFirst10Minutes { get; set; }
Property Value
@@ -2200,20 +2263,20 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
LaningPhaseGoldExpAdvantage
+
+
LaningPhaseGoldExpAdvantage
Declaration
@@ -2238,13 +2301,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
LegendaryCount
+
+
LegendaryCount
Declaration
@@ -2269,13 +2332,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
LegendaryItemUsed
+
+
LegendaryItemUsed
Declaration
@@ -2300,19 +2363,19 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
LostAnInhibitor
+
+
LostAnInhibitor
Declaration
[JsonPropertyName("lostAnInhibitor")]
-public double? LostAnInhibitor { get; set; }
+public int? LostAnInhibitor { get; set; }
Property Value
@@ -2324,20 +2387,20 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
MaxCsAdvantageOnLaneOpponent
+
+
MaxCsAdvantageOnLaneOpponent
Declaration
@@ -2362,19 +2425,19 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
MaxKillDeficit
+
+
MaxKillDeficit
Declaration
[JsonPropertyName("maxKillDeficit")]
-public double? MaxKillDeficit { get; set; }
+public int? MaxKillDeficit { get; set; }
Property Value
@@ -2386,20 +2449,20 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
MaxLevelLeadLaneOpponent
+
+
MaxLevelLeadLaneOpponent
Declaration
@@ -2424,19 +2487,19 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
MejaisFullStackInTime
+
+
MejaisFullStackInTime
Declaration
[JsonPropertyName("mejaisFullStackInTime")]
-public double? MejaisFullStackInTime { get; set; }
+public int? MejaisFullStackInTime { get; set; }
Property Value
@@ -2448,20 +2511,20 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
MoreEnemyJungleThanOpponent
+
+
MoreEnemyJungleThanOpponent
Declaration
@@ -2486,13 +2549,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
MostWardsDestroyedOneSweeper
+
+
MostWardsDestroyedOneSweeper
Declaration
@@ -2517,19 +2580,19 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
MultiKillOneSpell
+
+
MultiKillOneSpell
Declaration
[JsonPropertyName("multiKillOneSpell")]
-public double? MultiKillOneSpell { get; set; }
+public int? MultiKillOneSpell { get; set; }
Property Value
@@ -2541,26 +2604,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
Multikills
+
+
Multikills
Declaration
[JsonPropertyName("multikills")]
-public double? Multikills { get; set; }
+public int? Multikills { get; set; }
Property Value
@@ -2572,26 +2635,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
MultikillsAfterAggressiveFlash
+
+
MultikillsAfterAggressiveFlash
Declaration
[JsonPropertyName("multikillsAfterAggressiveFlash")]
-public double? MultikillsAfterAggressiveFlash { get; set; }
+public int? MultikillsAfterAggressiveFlash { get; set; }
Property Value
@@ -2603,26 +2666,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
MultiTurretRiftHeraldCount
+
+
MultiTurretRiftHeraldCount
Declaration
[JsonPropertyName("multiTurretRiftHeraldCount")]
-public double? MultiTurretRiftHeraldCount { get; set; }
+public int? MultiTurretRiftHeraldCount { get; set; }
Property Value
@@ -2634,20 +2697,20 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
MythicItemUsed
+
+
MythicItemUsed
Declaration
@@ -2672,19 +2735,19 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
OuterTurretExecutesBefore10Minutes
+
+
OuterTurretExecutesBefore10Minutes
Declaration
[JsonPropertyName("outerTurretExecutesBefore10Minutes")]
-public double? OuterTurretExecutesBefore10Minutes { get; set; }
+public int? OuterTurretExecutesBefore10Minutes { get; set; }
Property Value
@@ -2696,26 +2759,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
OutnumberedKills
+
+
OutnumberedKills
Declaration
[JsonPropertyName("outnumberedKills")]
-public double? OutnumberedKills { get; set; }
+public int? OutnumberedKills { get; set; }
Property Value
@@ -2727,26 +2790,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
OutnumberedNexusKill
+
+
OutnumberedNexusKill
Declaration
[JsonPropertyName("outnumberedNexusKill")]
-public double? OutnumberedNexusKill { get; set; }
+public int? OutnumberedNexusKill { get; set; }
Property Value
@@ -2758,26 +2821,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
PerfectDragonSoulsTaken
+
+
PerfectDragonSoulsTaken
Declaration
[JsonPropertyName("perfectDragonSoulsTaken")]
-public double? PerfectDragonSoulsTaken { get; set; }
+public int? PerfectDragonSoulsTaken { get; set; }
Property Value
@@ -2789,26 +2852,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
PerfectGame
+
+
PerfectGame
Declaration
[JsonPropertyName("perfectGame")]
-public double? PerfectGame { get; set; }
+public int? PerfectGame { get; set; }
Property Value
@@ -2820,26 +2883,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
PickKillWithAlly
+
+
PickKillWithAlly
Declaration
[JsonPropertyName("pickKillWithAlly")]
-public double? PickKillWithAlly { get; set; }
+public int? PickKillWithAlly { get; set; }
Property Value
@@ -2851,20 +2914,20 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
PlayedChampSelectPosition
+
+
PlayedChampSelectPosition
Declaration
@@ -2889,19 +2952,19 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
PoroExplosions
+
+
PoroExplosions
Declaration
[JsonPropertyName("poroExplosions")]
-public double? PoroExplosions { get; set; }
+public int? PoroExplosions { get; set; }
Property Value
@@ -2913,26 +2976,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
QuickCleanse
+
+
QuickCleanse
Declaration
[JsonPropertyName("quickCleanse")]
-public double? QuickCleanse { get; set; }
+public int? QuickCleanse { get; set; }
Property Value
@@ -2944,26 +3007,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
QuickFirstTurret
+
+
QuickFirstTurret
Declaration
[JsonPropertyName("quickFirstTurret")]
-public double? QuickFirstTurret { get; set; }
+public int? QuickFirstTurret { get; set; }
Property Value
@@ -2975,26 +3038,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
QuickSoloKills
+
+
QuickSoloKills
Declaration
[JsonPropertyName("quickSoloKills")]
-public double? QuickSoloKills { get; set; }
+public int? QuickSoloKills { get; set; }
Property Value
@@ -3006,26 +3069,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
RiftHeraldTakedowns
+
+
RiftHeraldTakedowns
Declaration
[JsonPropertyName("riftHeraldTakedowns")]
-public double? RiftHeraldTakedowns { get; set; }
+public int? RiftHeraldTakedowns { get; set; }
Property Value
@@ -3037,26 +3100,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
SaveAllyFromDeath
+
+
SaveAllyFromDeath
Declaration
[JsonPropertyName("saveAllyFromDeath")]
-public double? SaveAllyFromDeath { get; set; }
+public int? SaveAllyFromDeath { get; set; }
Property Value
@@ -3068,26 +3131,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
ScuttleCrabKills
+
+
ScuttleCrabKills
Declaration
[JsonPropertyName("scuttleCrabKills")]
-public double? ScuttleCrabKills { get; set; }
+public int? ScuttleCrabKills { get; set; }
Property Value
@@ -3099,26 +3162,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
ShortestTimeToAceFromFirstTakedown
+
+
ShortestTimeToAceFromFirstTakedown
Declaration
[JsonPropertyName("shortestTimeToAceFromFirstTakedown")]
-public double? ShortestTimeToAceFromFirstTakedown { get; set; }
+public float? ShortestTimeToAceFromFirstTakedown { get; set; }
Property Value
@@ -3130,26 +3193,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Single >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
SkillshotsDodged
+
+
SkillshotsDodged
Declaration
[JsonPropertyName("skillshotsDodged")]
-public double? SkillshotsDodged { get; set; }
+public int? SkillshotsDodged { get; set; }
Property Value
@@ -3161,26 +3224,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
SkillshotsHit
+
+
SkillshotsHit
Declaration
[JsonPropertyName("skillshotsHit")]
-public double? SkillshotsHit { get; set; }
+public int? SkillshotsHit { get; set; }
Property Value
@@ -3192,26 +3255,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
SnowballsHit
+
+
SnowballsHit
Declaration
[JsonPropertyName("snowballsHit")]
-public double? SnowballsHit { get; set; }
+public int? SnowballsHit { get; set; }
Property Value
@@ -3223,26 +3286,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
SoloBaronKills
+
+
SoloBaronKills
Declaration
[JsonPropertyName("soloBaronKills")]
-public double? SoloBaronKills { get; set; }
+public int? SoloBaronKills { get; set; }
Property Value
@@ -3254,26 +3317,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
SoloKills
+
+
SoloKills
Declaration
[JsonPropertyName("soloKills")]
-public double? SoloKills { get; set; }
+public int? SoloKills { get; set; }
Property Value
@@ -3285,20 +3348,20 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
SoloTurretsLategame
+
+
SoloTurretsLategame
Declaration
@@ -3323,19 +3386,19 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
StealthWardsPlaced
+
+
StealthWardsPlaced
Declaration
[JsonPropertyName("stealthWardsPlaced")]
-public double? StealthWardsPlaced { get; set; }
+public int? StealthWardsPlaced { get; set; }
Property Value
@@ -3347,26 +3410,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
SurvivedSingleDigitHpCount
+
+
SurvivedSingleDigitHpCount
Declaration
[JsonPropertyName("survivedSingleDigitHpCount")]
-public double? SurvivedSingleDigitHpCount { get; set; }
+public int? SurvivedSingleDigitHpCount { get; set; }
Property Value
@@ -3378,26 +3441,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
SurvivedThreeImmobilizesInFight
+
+
SurvivedThreeImmobilizesInFight
Declaration
[JsonPropertyName("survivedThreeImmobilizesInFight")]
-public double? SurvivedThreeImmobilizesInFight { get; set; }
+public int? SurvivedThreeImmobilizesInFight { get; set; }
Property Value
@@ -3409,26 +3472,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
TakedownOnFirstTurret
+
+
TakedownOnFirstTurret
Declaration
[JsonPropertyName("takedownOnFirstTurret")]
-public double? TakedownOnFirstTurret { get; set; }
+public int? TakedownOnFirstTurret { get; set; }
Property Value
@@ -3440,26 +3503,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
Takedowns
+
+
Takedowns
Declaration
[JsonPropertyName("takedowns")]
-public double? Takedowns { get; set; }
+public int? Takedowns { get; set; }
Property Value
@@ -3471,26 +3534,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
TakedownsAfterGainingLevelAdvantage
+
+
TakedownsAfterGainingLevelAdvantage
Declaration
[JsonPropertyName("takedownsAfterGainingLevelAdvantage")]
-public double? TakedownsAfterGainingLevelAdvantage { get; set; }
+public int? TakedownsAfterGainingLevelAdvantage { get; set; }
Property Value
@@ -3502,26 +3565,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
TakedownsBeforeJungleMinionSpawn
+
+
TakedownsBeforeJungleMinionSpawn
Declaration
[JsonPropertyName("takedownsBeforeJungleMinionSpawn")]
-public double? TakedownsBeforeJungleMinionSpawn { get; set; }
+public int? TakedownsBeforeJungleMinionSpawn { get; set; }
Property Value
@@ -3533,20 +3596,20 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
TakedownsFirst25Minutes
+
+
TakedownsFirst25Minutes
Declaration
@@ -3571,19 +3634,19 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
TakedownsFirstXMinutes
+
+
TakedownsFirstXMinutes
Declaration
[JsonPropertyName("takedownsFirstXMinutes")]
-public double? TakedownsFirstXMinutes { get; set; }
+public int? TakedownsFirstXMinutes { get; set; }
Property Value
@@ -3595,26 +3658,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
TakedownsInAlcove
+
+
TakedownsInAlcove
Declaration
[JsonPropertyName("takedownsInAlcove")]
-public double? TakedownsInAlcove { get; set; }
+public int? TakedownsInAlcove { get; set; }
Property Value
@@ -3626,26 +3689,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
TakedownsInEnemyFountain
+
+
TakedownsInEnemyFountain
Declaration
[JsonPropertyName("takedownsInEnemyFountain")]
-public double? TakedownsInEnemyFountain { get; set; }
+public int? TakedownsInEnemyFountain { get; set; }
Property Value
@@ -3657,26 +3720,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
TeamBaronKills
+
+
TeamBaronKills
Declaration
[JsonPropertyName("teamBaronKills")]
-public double? TeamBaronKills { get; set; }
+public int? TeamBaronKills { get; set; }
Property Value
@@ -3688,20 +3751,20 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
TeamDamagePercentage
+
+
TeamDamagePercentage
Declaration
@@ -3726,19 +3789,19 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
TeamElderDragonKills
+
+
TeamElderDragonKills
Declaration
[JsonPropertyName("teamElderDragonKills")]
-public double? TeamElderDragonKills { get; set; }
+public int? TeamElderDragonKills { get; set; }
Property Value
@@ -3750,26 +3813,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
TeamRiftHeraldKills
+
+
TeamRiftHeraldKills
Declaration
[JsonPropertyName("teamRiftHeraldKills")]
-public double? TeamRiftHeraldKills { get; set; }
+public int? TeamRiftHeraldKills { get; set; }
Property Value
@@ -3781,20 +3844,20 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
TeleportTakedowns
+
+
TeleportTakedowns
Declaration
@@ -3819,13 +3882,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
ThirdInhibitorDestroyedTime
+
+
ThirdInhibitorDestroyedTime
Declaration
@@ -3850,13 +3913,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
ThreeWardsOneSweeperCount
+
+
ThreeWardsOneSweeperCount
Declaration
@@ -3881,19 +3944,19 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
TookLargeDamageSurvived
+
+
TookLargeDamageSurvived
Declaration
[JsonPropertyName("tookLargeDamageSurvived")]
-public double? TookLargeDamageSurvived { get; set; }
+public int? TookLargeDamageSurvived { get; set; }
Property Value
@@ -3905,26 +3968,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
TurretPlatesTaken
+
+
TurretPlatesTaken
Declaration
[JsonPropertyName("turretPlatesTaken")]
-public double? TurretPlatesTaken { get; set; }
+public int? TurretPlatesTaken { get; set; }
Property Value
@@ -3936,26 +3999,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
TurretsTakenWithRiftHerald
+
+
TurretsTakenWithRiftHerald
Declaration
[JsonPropertyName("turretsTakenWithRiftHerald")]
-public double? TurretsTakenWithRiftHerald { get; set; }
+public int? TurretsTakenWithRiftHerald { get; set; }
Property Value
@@ -3967,26 +4030,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
TurretTakedowns
+
+
TurretTakedowns
Declaration
[JsonPropertyName("turretTakedowns")]
-public double? TurretTakedowns { get; set; }
+public int? TurretTakedowns { get; set; }
Property Value
@@ -3998,26 +4061,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
TwentyMinionsIn3SecondsCount
+
+
TwentyMinionsIn3SecondsCount
Declaration
[JsonPropertyName("twentyMinionsIn3SecondsCount")]
-public double? TwentyMinionsIn3SecondsCount { get; set; }
+public int? TwentyMinionsIn3SecondsCount { get; set; }
Property Value
@@ -4029,20 +4092,20 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
TwoWardsOneSweeperCount
+
+
TwoWardsOneSweeperCount
Declaration
@@ -4067,19 +4130,19 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
UnseenRecalls
+
+
UnseenRecalls
Declaration
[JsonPropertyName("unseenRecalls")]
-public double? UnseenRecalls { get; set; }
+public int? UnseenRecalls { get; set; }
Property Value
@@ -4091,20 +4154,20 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
VisionScoreAdvantageLaneOpponent
+
+
VisionScoreAdvantageLaneOpponent
Declaration
@@ -4129,13 +4192,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
VisionScorePerMinute
+
+
VisionScorePerMinute
Declaration
@@ -4160,19 +4223,50 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
+
+
+ View Source
+
+
+
VoidMonsterKill
+
+
+
Declaration
+
+
[JsonPropertyName("voidMonsterKill")]
+public int? VoidMonsterKill { get; set; }
+
+
Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Nullable <System.Int32 >
+
+
+
+
+
+ |
+ Improve this Doc
- View Source
+ View Source
-
-
WardsGuarded
+
+
WardsGuarded
Declaration
[JsonPropertyName("wardsGuarded")]
-public double? WardsGuarded { get; set; }
+public int? WardsGuarded { get; set; }
Property Value
@@ -4184,26 +4278,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
WardTakedowns
+
+
WardTakedowns
Declaration
[JsonPropertyName("wardTakedowns")]
-public double? WardTakedowns { get; set; }
+public int? WardTakedowns { get; set; }
Property Value
@@ -4215,26 +4309,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
WardTakedownsBefore20M
+
+
WardTakedownsBefore20M
Declaration
[JsonPropertyName("wardTakedownsBefore20M")]
-public double? WardTakedownsBefore20M { get; set; }
+public int? WardTakedownsBefore20M { get; set; }
Property Value
@@ -4246,26 +4340,26 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
X12AssistStreakCount
+
+
X12AssistStreakCount
Declaration
[JsonPropertyName("12AssistStreakCount")]
-public double? X12AssistStreakCount { get; set; }
+public int? X12AssistStreakCount { get; set; }
Property Value
@@ -4277,7 +4371,7 @@ Property Value
- System.Nullable <System.Double >
+ System.Nullable <System.Int32 >
@@ -4286,13 +4380,13 @@ Methods
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
- ToString()
+
+ ToString()
Declaration
@@ -4324,10 +4418,10 @@ Overrides
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.MatchV5.MatchTimelineInfoFrameParticipantFrameChampionStats.html b/v/3.x.x/docs/api/Camille.RiotGames.MatchV5.ChampionStats.html
similarity index 55%
rename from v/3.x.x/docs/api/Camille.RiotGames.MatchV5.MatchTimelineInfoFrameParticipantFrameChampionStats.html
rename to v/3.x.x/docs/api/Camille.RiotGames.MatchV5.ChampionStats.html
index a60470a6..185226f5 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.MatchV5.MatchTimelineInfoFrameParticipantFrameChampionStats.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.MatchV5.ChampionStats.html
@@ -5,10 +5,10 @@
- Class MatchTimelineInfoFrameParticipantFrameChampionStats
+ Class ChampionStats
-
@@ -68,18 +68,18 @@
-
+
- Class MatchTimelineInfoFrameParticipantFrameChampionStats
+ Class ChampionStats
- MatchTimelineInfoFrameParticipantFrameChampionStats data object. This class is automatically generated.
+
ChampionStats data object. This class is automatically generated.
Inheritance
System.Object
-
MatchTimelineInfoFrameParticipantFrameChampionStats
+
ChampionStats
Inherited Members
@@ -104,38 +104,38 @@ Inherited Members
Namespace : Camille.RiotGames.MatchV5
Assembly : Camille.RiotGames.dll
-
Syntax
+
Syntax
-
public class MatchTimelineInfoFrameParticipantFrameChampionStats
+
public class ChampionStats
Constructors
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
MatchTimelineInfoFrameParticipantFrameChampionStats()
+
+
ChampionStats()
Declaration
-
public MatchTimelineInfoFrameParticipantFrameChampionStats()
+
public ChampionStats()
Properties
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
_AdditionalProperties
+
+
_AdditionalProperties
Contains any extra JSON properties that did not map to fields.
@@ -161,13 +161,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
AbilityHaste
+
+
AbilityHaste
Declaration
@@ -192,13 +192,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
AbilityPower
+
+
AbilityPower
Declaration
@@ -223,13 +223,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
Armor
+
+
Armor
Declaration
@@ -254,13 +254,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
ArmorPen
+
+
ArmorPen
Declaration
@@ -285,13 +285,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
ArmorPenPercent
+
+
ArmorPenPercent
Declaration
@@ -316,13 +316,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
AttackDamage
+
+
AttackDamage
Declaration
@@ -347,13 +347,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
AttackSpeed
+
+
AttackSpeed
Declaration
@@ -378,13 +378,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
BonusArmorPenPercent
+
+
BonusArmorPenPercent
Declaration
@@ -409,13 +409,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
BonusMagicPenPercent
+
+
BonusMagicPenPercent
Declaration
@@ -440,13 +440,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
CcReduction
+
+
CcReduction
Declaration
@@ -471,13 +471,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
CooldownReduction
+
+
CooldownReduction
Declaration
@@ -502,13 +502,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
Health
+
+
Health
Declaration
@@ -533,13 +533,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
HealthMax
+
+
HealthMax
Declaration
@@ -564,13 +564,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
HealthRegen
+
+
HealthRegen
Declaration
@@ -595,13 +595,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
Lifesteal
+
+
Lifesteal
Declaration
@@ -626,13 +626,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
MagicPen
+
+
MagicPen
Declaration
@@ -657,13 +657,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
MagicPenPercent
+
+
MagicPenPercent
Declaration
@@ -688,13 +688,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
MagicResist
+
+
MagicResist
Declaration
@@ -719,13 +719,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
MovementSpeed
+
+
MovementSpeed
Declaration
@@ -750,13 +750,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
Omnivamp
+
+
Omnivamp
Declaration
@@ -781,13 +781,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
PhysicalVamp
+
+
PhysicalVamp
Declaration
@@ -812,13 +812,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
Power
+
+
Power
Declaration
@@ -843,13 +843,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
PowerMax
+
+
PowerMax
Declaration
@@ -874,13 +874,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
PowerRegen
+
+
PowerRegen
Declaration
@@ -905,13 +905,13 @@
Property Value
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
SpellVamp
+
+
SpellVamp
Declaration
@@ -938,13 +938,13 @@
Methods
|
- Improve this Doc
+ Improve this Doc
- View Source
+ View Source
-
-
ToString()
+
+
ToString()
Declaration
@@ -976,10 +976,10 @@
Overrides
diff --git a/v/3.x.x/docs/api/Camille.RiotGames.MatchV5.MatchTimelineInfoFrameParticipantFrame.html b/v/3.x.x/docs/api/Camille.RiotGames.MatchV5.DamageStats.html
similarity index 56%
rename from v/3.x.x/docs/api/Camille.RiotGames.MatchV5.MatchTimelineInfoFrameParticipantFrame.html
rename to v/3.x.x/docs/api/Camille.RiotGames.MatchV5.DamageStats.html
index bd166a72..5f6ec638 100644
--- a/v/3.x.x/docs/api/Camille.RiotGames.MatchV5.MatchTimelineInfoFrameParticipantFrame.html
+++ b/v/3.x.x/docs/api/Camille.RiotGames.MatchV5.DamageStats.html
@@ -5,10 +5,10 @@
-
Class MatchTimelineInfoFrameParticipantFrame
+ Class DamageStats
-
@@ -68,18 +68,18 @@