Class CreateBackfillTicketResponse
CreateBackfillTicketResponse
Inherited Members
Namespace: Unity.Services.Apis.Matchmaker
Assembly: solution.dll
Syntax
[Preserve]
public class CreateBackfillTicketResponse
Constructors
CreateBackfillTicketResponse(string)
Initializes a new instance of the CreateBackfillTicketResponse class.
Declaration
[Preserve]
public CreateBackfillTicketResponse(string id = null)
Parameters
Type | Name | Description |
---|---|---|
string | id | The backfill ticket ID that was newly created.. |
Properties
Id
The backfill ticket ID that was newly created.
Declaration
[Preserve]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The backfill ticket ID that was newly created. |