Class Summoner
Summoner data object. This class is automatically generated.
represents a summoner
Inheritance
System.Object
Summoner
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: MingweiSamuel.Camille.SummonerV4
Assembly: Camille.dll
Syntax
public class Summoner
Constructors
| Improve this Doc View SourceSummoner()
Declaration
public Summoner()
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; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
AccountId
Encrypted account ID. Max length 56 characters.
Declaration
[JsonProperty("accountId")]
public string AccountId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Encrypted summoner ID. Max length 63 characters.
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Summoner name.
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProfileIconId
ID of the summoner icon associated with the summoner.
Declaration
[JsonProperty("profileIconId")]
public int ProfileIconId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Puuid
Encrypted PUUID. Exact length of 78 characters.
Declaration
[JsonProperty("puuid")]
public string Puuid { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RevisionDate
Date summoner was last modified specified as epoch milliseconds. The following events will update this timestamp: profile icon change, playing the tutorial or advanced tutorial, finishing a game, summoner name change
Declaration
[JsonProperty("revisionDate")]
public long RevisionDate { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
SummonerLevel
Summoner level associated with the summoner.
Declaration
[JsonProperty("summonerLevel")]
public long SummonerLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()