Name | Type | Description | Notes |
---|---|---|---|
player | Player | [optional] | |
flag | Flag | [optional] | |
opponents | Array<Player> | [optional] |
require 'GameClient'
instance = GameClient::InlineResponse202.new(player: null,
flag: null,
opponents: null)