Class BackfillTicketProperties
This object has to be encoded in base64.
Inherited Members
Namespace: Unity.Services.Apis.Matchmaker
Assembly: solution.dll
Syntax
[Preserve]
public class BackfillTicketProperties
Constructors
BackfillTicketProperties(MatchProperties)
Initializes a new instance of the BackfillTicketProperties class.
Declaration
[Preserve]
public BackfillTicketProperties(MatchProperties matchProperties = null)
Parameters
Type | Name | Description |
---|---|---|
MatchProperties | matchProperties | matchProperties. |
Properties
MatchProperties
Gets or Sets MatchProperties
Declaration
[Preserve]
public MatchProperties MatchProperties { get; set; }
Property Value
Type | Description |
---|---|
MatchProperties |