Class LobbyEvent
LobbyEvent data object. This class is automatically generated.
Inheritance
System.Object
LobbyEvent
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.TournamentStubV4
Assembly: Camille.dll
Syntax
public class LobbyEvent
Constructors
| Improve this Doc View SourceLobbyEvent()
Declaration
public LobbyEvent()
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> |
EventType
The type of event that was triggered
Declaration
[JsonProperty("eventType")]
public string EventType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SummonerId
The summonerId that triggered the event (Encrypted)
Declaration
[JsonProperty("summonerId")]
public string SummonerId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Timestamp
Timestamp from the event
Declaration
[JsonProperty("timestamp")]
public string Timestamp { 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()