Class ParticipantIdentity
ParticipantIdentity data object. This class is automatically generated.
Inheritance
System.Object
ParticipantIdentity
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.MatchV4
Assembly: Camille.dll
Syntax
public class ParticipantIdentity
Constructors
| Improve this Doc View SourceParticipantIdentity()
Declaration
public ParticipantIdentity()
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> |
ParticipantId
Declaration
[JsonProperty("participantId")]
public int ParticipantId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Player
Player information not included in the response for custom matches. Custom matches are considered private unless a tournament code was used to create the match.
Declaration
[JsonProperty("player")]
public Player Player { get; set; }
Property Value
Type | Description |
---|---|
Player |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()