common.Distribution
type Distribution
Distribution
common.Distribution
common.Distribution
Field | Type | Description |
---|---|---|
value | ValueEntry repeated | Distribution Values and Amounts. |
{
"value": [
{
"key": 20,
"value": 2
},
{
"key": 50,
"value": 1
},
{
"key": 10,
"value": 1
}
]
}