Reward (JSON)
Reward
Reward 对象具有以下规范。
成员 | 类型 | 说明 |
---|---|---|
名称 | 字符串 | Reward 的面向用户的名称。 |
说明 | 字符串 | Reward 的面向用户的描述。 |
值 | 字符串 | Reward 的值。 |
类型 | RewardType 枚举 | Reward 类型:
|
valueType | ProgressValueDataType 枚举 | 值的类型。 有关详细信息,请参阅 Requirement (JSON)。 |
示例 JSON 语法
{
"name":null,
"description":null,
"value":"10",
"type":"Gamerscore",
"valueType":"Int"
}