bookingCustomQuestion 资源类型

命名空间:microsoft.graph

表示 bookingBusiness 的自定义问题。

方法

方法 返回类型 Description
List bookingCustomQuestion 集合 获取 bookingCustomQuestion 对象及其属性的列表。
创建 bookingCustomQuestion 创建新的 bookingCustomQuestion 对象。
Get bookingCustomQuestion 读取 bookingCustomQuestion 对象的属性和关系。
更新 bookingCustomQuestion 更新 bookingCustomQuestion 对象的属性。
删除 None 删除 bookingCustomQuestion 对象。

属性

属性 类型 说明
answerInputType answerInputType 预期的答案类型。 可能的值包括 textradioButtonunknownFutureValue
answerOptions 字符串集合 可能答案值的列表。
createdDateTime DateTimeOffset 创建自定义问题的日期、时间和时区。 时间戳类型使用 ISO 8601 格式表示日期和时间信息,并且始终采用 UTC 格式。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z
displayName String 问题。
id String 自定义问题的 ID。 继承自 entity
lastUpdatedDateTime DateTimeOffset 上次更新自定义问题的日期、时间和时区。 时间戳类型使用 ISO 8601 格式表示日期和时间信息,并且始终采用 UTC 格式。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z

关系

无。

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.bookingCustomQuestion",
  "answerInputType": "String",
  "answerOptions": ["String"],
  "createdDateTime": "String (timestamp)",
  "displayName": "String",
  "id": "String (identifier)",
  "lastUpdatedDateTime": "String (timestamp)"
}