Class MatchTimelineVictimDamage
MatchTimelineVictimDamage data object. This class is automatically generated.
Inheritance
System.Object
MatchTimelineVictimDamage
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.MatchV5
Assembly: Camille.RiotGames.dll
Syntax
public class MatchTimelineVictimDamage
Constructors
| Improve this Doc View SourceMatchTimelineVictimDamage()
Declaration
public MatchTimelineVictimDamage()
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> |
Basic
Declaration
[JsonPropertyName("basic")]
public bool Basic { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MagicDamage
Declaration
[JsonPropertyName("magicDamage")]
public int MagicDamage { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParticipantId
Declaration
[JsonPropertyName("participantId")]
public int ParticipantId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PhysicalDamage
Declaration
[JsonPropertyName("physicalDamage")]
public int PhysicalDamage { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SpellName
Declaration
[JsonPropertyName("spellName")]
public string SpellName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SpellSlot
Declaration
[JsonPropertyName("spellSlot")]
public int SpellSlot { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TrueDamage
Declaration
[JsonPropertyName("trueDamage")]
public int TrueDamage { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Type
Declaration
[JsonPropertyName("type")]
public string Type { 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()