class in UnityEngine.Networking.Match
/
Наследует от:Networking.Match.BasicResponse
JSON response for a ListMatchRequest. It contains a list of matches that can be parsed through to describe a page of matches.
matches | List of matches fitting the requested description. |
ListMatchResponse | Constructor for response class. |
ToString | Provides string description of current class data. |
extendedInfo | Extended string information that is returned when the server encounters an error processing a request. |
success | Bool describing if the request was successful. |