---
search:
  exclude: true
---

# <a id="bitdrift.public.shared.workflows.v1.RateDetails"></a>RateDetails

| Field | Type | Description |
|---|---|---|
| numerator_count | <span class="proto-type proto-type-primitive">uint64</span> | The numerator count used to compute the rate. |
| denominator_count | <span class="proto-type proto-type-primitive">uint64</span> | The denominator count used to compute the rate. |

#### Example
```json
{
  "denominator_count": 42,
  "numerator_count": 42
}
```

