# CampaignApIs.RankingModel

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**gameId** | **String** | 游戏ID | [optional] 
**instanceId** | **Number** | 游戏列ID | [optional] 
**userId** | **String** | 用户ID | 
**platForm** | **Number** | 平台 0 - 极秀， 1 - 微信， 2 - 微博 | [optional] 
**nickname** | **String** | 用户昵称 | 
**headImgUrl** | **String** | 用户头像 | [optional] 
**score** | **Number** | 分数 | [optional] 
**rank** | **Number** | 排行 | [optional] 


<a name="PlatFormEnum"></a>
## Enum: PlatFormEnum


* `0` (value: `0`)

* `1` (value: `1`)

* `2` (value: `2`)




