Class TournamentCodeUpdateParametersV5
TournamentCodeUpdateParametersV5 data object. This class is automatically generated.
Inheritance
System.Object
TournamentCodeUpdateParametersV5
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.TournamentV5
Assembly: Camille.RiotGames.dll
Syntax
public class TournamentCodeUpdateParametersV5
Constructors
| Improve this Doc View SourceTournamentCodeUpdateParametersV5()
Declaration
public TournamentCodeUpdateParametersV5()
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> |
AllowedParticipants
Optional list of encrypted puuids in order to validate the players eligible to join the lobby. NOTE: We currently do not enforce participants at the team level, but rather the aggregate of teamOne and teamTwo. We may add the ability to enforce at the team level in the future.
Declaration
[JsonPropertyName("allowedParticipants")]
public string[] AllowedParticipants { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
MapType
The map type
(Legal values: SUMMONERS_RIFT, HOWLING_ABYSS)
Declaration
[JsonPropertyName("mapType")]
public string MapType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PickType
The pick type
(Legal values: BLIND_PICK, DRAFT_MODE, ALL_RANDOM, TOURNAMENT_DRAFT)
Declaration
[JsonPropertyName("pickType")]
public string PickType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SpectatorType
The spectator type
(Legal values: NONE, LOBBYONLY, ALL)
Declaration
[JsonPropertyName("spectatorType")]
public string SpectatorType { 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()