Class ChallengeConfigInfo
ChallengeConfigInfo data object. This class is automatically generated.
Inheritance
System.Object
ChallengeConfigInfo
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.LolChallengesV1
Assembly: Camille.RiotGames.dll
Syntax
public class ChallengeConfigInfo
Constructors
| Improve this Doc View SourceChallengeConfigInfo()
Declaration
public ChallengeConfigInfo()
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> |
EndTimestamp
Declaration
[JsonPropertyName("endTimestamp")]
public long? EndTimestamp { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Id
Declaration
[JsonPropertyName("id")]
public long Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Leaderboard
Declaration
[JsonPropertyName("leaderboard")]
public bool Leaderboard { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LocalizedNames
Declaration
[JsonPropertyName("localizedNames")]
public IDictionary<string, IDictionary<string, string>> LocalizedNames { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Collections.Generic.IDictionary<System.String, System.String>> |
StartTimestamp
Declaration
[JsonPropertyName("startTimestamp")]
public long? StartTimestamp { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
State
DISABLED - not visible and not calculated, HIDDEN - not visible, but calculated, ENABLED - visible and calculated, ARCHIVED - visible, but not calculated
Declaration
[JsonPropertyName("state")]
public string State { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Thresholds
Declaration
[JsonPropertyName("thresholds")]
public IDictionary<string, double> Thresholds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Double> |
Tracking
LIFETIME - stats are incremented without reset, SEASON - stats are accumulated by season and reset at the beginning of new season
Declaration
[JsonPropertyName("tracking")]
public string Tracking { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()