Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 1.25 KB

File metadata and controls

58 lines (44 loc) · 1.25 KB
title shiftsTeamInfo resource type
description Represents the details of a team with a schedule.
author shanemalone
ms.localizationpriority high
ms.subservice teams
doc_type resourcePageType
ms.date 07/25/2024

shiftsTeamInfo resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the details of a team with a schedule.

Properties

Property Type Description
displayName string The display name for the team. Required.
teamId string ID of the team.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "displayName": "String",
  "teamId": "String"
}