Class ProviderRegistrationParametersV5
ProviderRegistrationParametersV5 data object. This class is automatically generated.
Inheritance
System.Object
ProviderRegistrationParametersV5
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 ProviderRegistrationParametersV5
Constructors
| Improve this Doc View SourceProviderRegistrationParametersV5()
Declaration
public ProviderRegistrationParametersV5()
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> |
Region
The region in which the provider will be running tournaments.
(Legal values: BR, EUNE, EUW, JP, LAN, LAS, NA, OCE, PBE, RU, TR, KR, PH, SG, TH, TW, VN)
Declaration
[JsonPropertyName("region")]
public string Region { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Url
The provider's callback URL to which tournament game results in this region should be posted. The URL must be well-formed, use the http or https protocol, and use the default port for the protocol (http URLs must use port 80, https URLs must use port 443).
Declaration
[JsonPropertyName("url")]
public string Url { 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()