Show / Hide Table of Contents

Class EventsTimeLine

EventsTimeLine data object. This class is automatically generated.

Inheritance
System.Object
EventsTimeLine
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 EventsTimeLine

Constructors

| Improve this Doc View Source

EventsTimeLine()

Declaration
public EventsTimeLine()

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

ActualStartTime

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

AfterId

Declaration
[JsonPropertyName("afterId")]
public int? AfterId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

AssistingParticipantIds

Declaration
[JsonPropertyName("assistingParticipantIds")]
public int[] AssistingParticipantIds { get; set; }
Property Value
Type Description
System.Int32[]
| Improve this Doc View Source

BeforeId

Declaration
[JsonPropertyName("beforeId")]
public int? BeforeId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Bounty

Declaration
[JsonPropertyName("bounty")]
public int? Bounty { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

BuildingType

Declaration
[JsonPropertyName("buildingType")]
public string BuildingType { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

CreatorId

Declaration
[JsonPropertyName("creatorId")]
public int? CreatorId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

FeatType

Declaration
[JsonPropertyName("featType")]
public int? FeatType { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

FeatValue

Declaration
[JsonPropertyName("featValue")]
public int? FeatValue { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

GameId

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

GoldGain

Declaration
[JsonPropertyName("goldGain")]
public int? GoldGain { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

ItemId

Declaration
[JsonPropertyName("itemId")]
public int? ItemId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

KillerId

Declaration
[JsonPropertyName("killerId")]
public int? KillerId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

KillerTeamId

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

KillStreakLength

Declaration
[JsonPropertyName("killStreakLength")]
public int? KillStreakLength { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

KillType

Declaration
[JsonPropertyName("killType")]
public string KillType { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

LaneType

Declaration
[JsonPropertyName("laneType")]
public string LaneType { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Level

Declaration
[JsonPropertyName("level")]
public int? Level { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

LevelUpType

Declaration
[JsonPropertyName("levelUpType")]
public string LevelUpType { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

MonsterSubType

Declaration
[JsonPropertyName("monsterSubType")]
public string MonsterSubType { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

MonsterType

Declaration
[JsonPropertyName("monsterType")]
public string MonsterType { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

MultiKillLength

Declaration
[JsonPropertyName("multiKillLength")]
public int? MultiKillLength { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Name

Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ParticipantId

Declaration
[JsonPropertyName("participantId")]
public int? ParticipantId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Position

Declaration
[JsonPropertyName("position")]
public Position Position { get; set; }
Property Value
Type Description
Position
| Improve this Doc View Source

RealTimestamp

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

ShutdownBounty

Declaration
[JsonPropertyName("shutdownBounty")]
public int? ShutdownBounty { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

SkillSlot

Declaration
[JsonPropertyName("skillSlot")]
public int? SkillSlot { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

TeamId

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

Timestamp

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

TowerType

Declaration
[JsonPropertyName("towerType")]
public string TowerType { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TransformType

Declaration
[JsonPropertyName("transformType")]
public string TransformType { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Type

Declaration
[JsonPropertyName("type")]
public string Type { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

VictimDamageDealt

Declaration
[JsonPropertyName("victimDamageDealt")]
public MatchTimelineVictimDamage[] VictimDamageDealt { get; set; }
Property Value
Type Description
MatchTimelineVictimDamage[]
| Improve this Doc View Source

VictimDamageReceived

Declaration
[JsonPropertyName("victimDamageReceived")]
public MatchTimelineVictimDamage[] VictimDamageReceived { get; set; }
Property Value
Type Description
MatchTimelineVictimDamage[]
| Improve this Doc View Source

VictimId

Declaration
[JsonPropertyName("victimId")]
public int? VictimId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

WardType

Declaration
[JsonPropertyName("wardType")]
public string WardType { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

WinningTeam

Declaration
[JsonPropertyName("winningTeam")]
public int? WinningTeam { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

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