| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the details of a schedulingGroup.
| 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. |
None.
The following JSON representation shows the resource type.
{
"displayName": "String",
"schedulingGroupId": "String",
"code": "String"
}