Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 1.43 KB

File metadata and controls

60 lines (46 loc) · 1.43 KB
title schedulingGroupInfo resource type
description Represents the details of a scheduling group.
author shanemalone
ms.localizationpriority high
ms.subservice teams
doc_type resourcePageType
ms.date 07/25/2024

schedulingGroupInfo resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the details of a schedulingGroup.

Properties

Property Type Description
displayName string The display name for the schedulingGroup. Required.
schedulingGroupId string ID of the schedulingGroup.
code string The code for the schedulingGroup.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "displayName": "String",
  "schedulingGroupId": "String",
  "code": "String"
}