Class CreateBackfillTicketResponse
CreateBackfillTicketResponse model
Namespace: Unity.Services.Matchmaker.Models
Syntax
[Preserve]
public class CreateBackfillTicketResponse
Constructors
CreateBackfillTicketResponse(String)
Creates an instance of CreateBackfillTicketResponse.
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; }
Property Value
Type | Description |
---|---|
String |