Show / Hide Table of Contents

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 Source

NextSeasonMilestones()

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>
| Improve this Doc View Source

Bonus

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

Reward configuration.

Declaration
[JsonPropertyName("rewardConfig")]
public RewardConfig RewardConfig { get; set; }
Property Value
Type Description
RewardConfig
| Improve this Doc View Source

RewardMarks

Reward marks.

Declaration
[JsonPropertyName("rewardMarks")]
public int RewardMarks { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

TotalGamesRequires

Declaration
[JsonPropertyName("totalGamesRequires")]
public int TotalGamesRequires { 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()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX