lib/Model/GetStockResultInstanceStockList.php [200:211]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public function __construct(array $data = null)
    {
        $this->container['instance_id'] = isset($data['instance_id']) ? $data['instance_id'] : null;
        $this->container['instance_region_id'] = isset($data['instance_region_id']) ? $data['instance_region_id'] : null;
        $this->container['instance_user_level'] = isset($data['instance_user_level']) ? $data['instance_user_level'] : null;
        $this->container['instance_total'] = isset($data['instance_total']) ? $data['instance_total'] : null;
        $this->container['instance_used_total'] = isset($data['instance_used_total']) ? $data['instance_used_total'] : null;
        $this->container['instance_available_total'] = isset($data['instance_available_total']) ? $data['instance_available_total'] : null;
        $this->container['instance_game_total'] = isset($data['instance_game_total']) ? $data['instance_game_total'] : null;
        $this->container['instance_game_used_total'] = isset($data['instance_game_used_total']) ? $data['instance_game_used_total'] : null;
        $this->container['instance_game_available_total'] = isset($data['instance_game_available_total']) ? $data['instance_game_available_total'] : null;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



lib/Model/GetGameConcurrencyResultModel.php [199:210]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public function __construct(array $data = null)
    {
        $this->container['project_id'] = isset($data['project_id']) ? $data['project_id'] : null;
        $this->container['game_id'] = isset($data['game_id']) ? $data['game_id'] : null;
        $this->container['current_time'] = isset($data['current_time']) ? $data['current_time'] : null;
        $this->container['queuing_total'] = isset($data['queuing_total']) ? $data['queuing_total'] : null;
        $this->container['playing_total'] = isset($data['playing_total']) ? $data['playing_total'] : null;
        $this->container['playing_region_list'] = isset($data['playing_region_list']) ? $data['playing_region_list'] : null;
        $this->container['success'] = isset($data['success']) ? $data['success'] : null;
        $this->container['message'] = isset($data['message']) ? $data['message'] : null;
        $this->container['code'] = isset($data['code']) ? $data['code'] : null;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



