blob: 5eb505d7114cfded79b6eaffd9ece296e4945852 [file] [view]
# UnsignedIntegerRangeInclusive
no description
<table>
<tr><th>Field</th><th>Type</th><th>Description</th><th>Default</th></tr>
<tr id="start">
<td><code>start</code></td>
<td><code>uint32</code></td>
<td>The inclusive lower bound of the range. If None, the range is unbounded.</td>
<td></td>
</tr>
<tr id="end">
<td><code>end</code></td>
<td><code>uint32</code></td>
<td>The inclusive upper bound of the range. If None, the range is unbounded.</td>
<td></td>
</tr>
</table>