| Package | Description | 
|---|---|
| com.mingweisamuel.zyra.matchV4 | 
 DTOs for match-v4. 
These DTOs are automatically generated and should not be modified directly.  | 
| Modifier and Type | Field and Description | 
|---|---|
List<ParticipantIdentity> | 
Match.participantIdentities
Participant identity information. 
 | 
| Constructor and Description | 
|---|
Match(long gameCreation,
     long gameDuration,
     long gameId,
     String gameMode,
     String gameType,
     String gameVersion,
     int mapId,
     List<ParticipantIdentity> participantIdentities,
     List<Participant> participants,
     String platformId,
     int queueId,
     int seasonId,
     List<TeamStats> teams)  | 
Copyright © 2019. All rights reserved.