Class ParticipantTimeline
ParticipantTimeline data object. This class is automatically generated.
Inheritance
System.Object
ParticipantTimeline
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.MatchV4
Assembly: Camille.dll
Syntax
public class ParticipantTimeline
Constructors
| Improve this Doc View SourceParticipantTimeline()
Declaration
public ParticipantTimeline()
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> |
CreepsPerMinDeltas
Creeps for a specified period.
Declaration
[JsonProperty("creepsPerMinDeltas")]
public IDictionary<string, double> CreepsPerMinDeltas { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Double> |
CsDiffPerMinDeltas
Creep score difference versus the calculated lane opponent(s) for a specified period.
Declaration
[JsonProperty("csDiffPerMinDeltas")]
public IDictionary<string, double> CsDiffPerMinDeltas { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Double> |
DamageTakenDiffPerMinDeltas
Damage taken difference versus the calculated lane opponent(s) for a specified period.
Declaration
[JsonProperty("damageTakenDiffPerMinDeltas")]
public IDictionary<string, double> DamageTakenDiffPerMinDeltas { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Double> |
DamageTakenPerMinDeltas
Damage taken for a specified period.
Declaration
[JsonProperty("damageTakenPerMinDeltas")]
public IDictionary<string, double> DamageTakenPerMinDeltas { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Double> |
GoldPerMinDeltas
Gold for a specified period.
Declaration
[JsonProperty("goldPerMinDeltas")]
public IDictionary<string, double> GoldPerMinDeltas { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Double> |
Lane
Participant's calculated lane. MID and BOT are legacy values.
(Legal values: MID, MIDDLE, TOP, JUNGLE, BOT, BOTTOM)
Declaration
[JsonProperty("lane")]
public string Lane { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParticipantId
Declaration
[JsonProperty("participantId")]
public int ParticipantId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Role
Participant's calculated role.
(Legal values: DUO, NONE, SOLO, DUO_CARRY, DUO_SUPPORT)
Declaration
[JsonProperty("role")]
public string Role { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XpDiffPerMinDeltas
Experience difference versus the calculated lane opponent(s) for a specified period.
Declaration
[JsonProperty("xpDiffPerMinDeltas")]
public IDictionary<string, double> XpDiffPerMinDeltas { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Double> |
XpPerMinDeltas
Experience change for a specified period.
Declaration
[JsonProperty("xpPerMinDeltas")]
public IDictionary<string, double> XpPerMinDeltas { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Double> |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()