Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.41 KB

schedulinggroupinfo.md

File metadata and controls

59 lines (45 loc) · 1.41 KB
title description author ms.localizationpriority ms.subservice doc_type
schedulingGroupInfo resource type
Represents the details of a scheduling group.
shanemalone
high
teams
resourcePageType

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"
}