Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.06 KB

MatchParticipantResponse.md

File metadata and controls

38 lines (32 loc) · 1.06 KB

StormgateWorld::MatchParticipantResponse

Properties

Name Type Description Notes
player MatchParticipantPlayerResponse [optional]
player_leaderboard_entry MatchParticipantPlayerLeaderboardEntryResponse [optional]
race Race
team Integer
party Integer
mmr Float
mmr_updated Float [optional]
mmr_diff Float [optional]
result MatchResult [optional]
ping Integer [optional]
scores Object [optional]

Example

require 'stormgate_world'

instance = StormgateWorld::MatchParticipantResponse.new(
  player: null,
  player_leaderboard_entry: null,
  race: null,
  team: null,
  party: null,
  mmr: null,
  mmr_updated: null,
  mmr_diff: null,
  result: null,
  ping: null,
  scores: null
)