virtualEventPresenterDetails 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

虚拟事件演示者的详细信息。

属性

属性 类型 说明
个人简历 itemBody 演示者简介。
公司 String 演示者的公司名称。
jobTitle String 演示者的职务。
linkedInProfileWebUrl String 演示者的LinkedIn配置文件 URL。
personalSiteWebUrl String 演示者的个人网站 URL。
photo Stream 演示者照片的内容流。
twitterProfileWebUrl String 演示者的 Twitter 个人资料 URL。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.virtualEventPresenterDetails",
  "bio": {"@odata.type": "microsoft.graph.itemBody"},
  "company": "String",
  "jobTitle": "String",
  "linkedInProfileWebUrl": "String",
  "personalSiteWebUrl": "String",
  "photo": "Stream",
  "twitterProfileWebUrl": "String"
}