Class BackfillTicketProperties
This object has to be encoded in base64.
Inherited Members
Namespace: Unity.Services.Matchmaker.Models
Assembly: Unity.Services.Multiplayer.dll
Syntax
[Preserve]
[DataContract(Name = "BackfillTicketProperties")]
public class BackfillTicketProperties
Constructors
BackfillTicketProperties(MatchProperties)
This object has to be encoded in base64.
Declaration
[Preserve]
public BackfillTicketProperties(MatchProperties matchProperties = null)
Parameters
Type | Name | Description |
---|---|---|
MatchProperties | matchProperties | matchProperties param |
Properties
MatchProperties
Parameter matchProperties of BackfillTicketProperties
Declaration
[Preserve]
[DataMember(Name = "matchProperties", EmitDefaultValue = false)]
public MatchProperties MatchProperties { get; }
Property Value
Type | Description |
---|---|
MatchProperties |