Class CreateTicketResponse
CreateTicketResponse model
Namespace: Unity.Services.Matchmaker.Models
Syntax
[Preserve]
public class CreateTicketResponse
Constructors
CreateTicketResponse(String)
Creates an instance of CreateTicketResponse.
Declaration
[Preserve]
public CreateTicketResponse(string id = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | id param |
Properties
Id
Parameter id of CreateTicketResponse
Declaration
[Preserve]
public string Id { get; }
Property Value
Type | Description |
---|---|
String |