Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.17 KB

File metadata and controls

57 lines (43 loc) · 1.17 KB
title integerRange resource type
description Represents an inclusive range of integers described by two Int64 boundaries.
author braedenp-msft
ms.localizationpriority medium
ms.subservice universal-print
doc_type resourcePageType
ms.date 07/23/2024

integerRange resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents an inclusive range of integers described by two Int64 boundaries.

Properties

Property Type Description
start Int64 The inclusive lower bound of the integer range.
end Int64 The inclusive upper bound of the integer range.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
    "start": 12345,
    "end": 12345
}