Class NextSeasonMilestones
NextSeasonMilestones data object. This class is automatically generated.
This object contains required next season milestone information.
Inheritance
System.Object
NextSeasonMilestones
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)
Namespace: Camille.RiotGames.ChampionMasteryV4
Assembly: Camille.RiotGames.dll
Syntax
public class NextSeasonMilestones
Constructors
| Improve this Doc View SourceNextSeasonMilestones()
Declaration
public NextSeasonMilestones()
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> |
Bonus
Bonus.
Declaration
[JsonPropertyName("bonus")]
public bool Bonus { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RequireGradeCounts
Declaration
[JsonPropertyName("requireGradeCounts")]
public IDictionary<string, int> RequireGradeCounts { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Int32> |
RewardConfig
Reward configuration.
Declaration
[JsonPropertyName("rewardConfig")]
public RewardConfig RewardConfig { get; set; }
Property Value
Type | Description |
---|---|
RewardConfig |
RewardMarks
Reward marks.
Declaration
[JsonPropertyName("rewardMarks")]
public int RewardMarks { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TotalGamesRequires
Declaration
[JsonPropertyName("totalGamesRequires")]
public int TotalGamesRequires { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()