Show / Hide Table of Contents

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 Source

ChallengeConfigInfo()

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

EndTimestamp

Declaration
[JsonPropertyName("endTimestamp")]
public long? EndTimestamp { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>
| Improve this Doc View Source

Id

Declaration
[JsonPropertyName("id")]
public long Id { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

Leaderboard

Declaration
[JsonPropertyName("leaderboard")]
public bool Leaderboard { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

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

StartTimestamp

Declaration
[JsonPropertyName("startTimestamp")]
public long? StartTimestamp { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>
| Improve this Doc View Source

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

Thresholds

Declaration
[JsonPropertyName("thresholds")]
public IDictionary<string, double> Thresholds { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Double>
| Improve this Doc View Source

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 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