Show / Hide Table of Contents

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.TournamentStubV5
Assembly: Camille.RiotGames.dll
Syntax
public class ProviderRegistrationParametersV5

Constructors

| Improve this Doc View Source

ProviderRegistrationParametersV5()

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>
| Improve this Doc View Source

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)

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

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 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