Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 856 Bytes

File metadata and controls

41 lines (31 loc) · 856 Bytes
title meetingSpeaker resource type
description Represents the speaker of an online meeting that has registration enabled.
author awang119
ms.localizationpriority medium
ms.subservice cloud-communications
ms.date 09/30/2021
doc_type resourcePageType

meetingSpeaker resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the speaker of an online meeting that has registration enabled.

Properties

Property Type Description
bio String Bio of the speaker.
displayName String Display name of the speaker.

Relationships

None.

JSON representation

{
    "bio": "String",
    "displayName": "String"
}