| title | integerRange resource type |
|---|---|
| description | Represents an inclusive range of integers described by two Int64 boundaries. |
| author | nilakhan |
| ms.localizationpriority | medium |
| ms.subservice | universal-print |
| doc_type | resourcePageType |
| ms.date | 08/08/2024 |
Namespace: microsoft.graph
Represents an inclusive range of integers described by two Int64 boundaries.
| Property | Type | Description |
|---|---|---|
| end | Int64 | The inclusive upper bound of the integer range. |
| start | Int64 | The inclusive lower bound of the integer range. |
None.
The following JSON representation shows the resource type.
{
"start": 12345,
"end": 12345
}