RateDetails¶
| Field | Type | Description |
|---|---|---|
| numerator_count | uint64 | The numerator count used to compute the rate. |
| denominator_count | uint64 | The denominator count used to compute the rate. |
Example¶
JSON
{
"denominator_count": 42,
"numerator_count": 42
}