bookingCustomQuestion 资源类型
命名空间:microsoft.graph
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示 bookingBusiness 的自定义问题。
继承自 bookingNamedEntity。
方法
方法 | 返回类型 | Description |
---|---|---|
List | bookingCustomQuestion 集合 | 获取 bookingCustomQuestion 对象及其属性的列表。 |
创建 | bookingCustomQuestion | 创建新的 bookingCustomQuestion 对象。 |
Get | bookingCustomQuestion | 读取 bookingCustomQuestion 对象的属性和关系。 |
更新 | 无 | 更新 bookingCustomQuestion 对象的属性。 |
删除 | None | 删除 bookingCustomQuestion 对象。 |
属性
属性 | 类型 | 说明 |
---|---|---|
answerInputType | answerInputType | 预期的答案类型。 可能的值包括 text 、radioButton 、unknownFutureValue 。 |
answerOptions | 字符串集合 | 可能答案值的列表。 |
createdDateTime | DateTimeOffset | 创建自定义问题的日期、时间和时区。 |
displayName | String | 问题。 继承自 bookingNamedEntity。 |
id | String | 自定义问题的 ID。 继承自 entity。 |
lastUpdatedDateTime | DateTimeOffset | 上次更新自定义问题的日期、时间和时区。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.bookingCustomQuestion",
"id": "String (identifier)",
"createdDateTime": "String (timestamp)",
"lastUpdatedDateTime": "String (timestamp)",
"displayName": "String",
"answerInputType": "String",
"answerOptions": [
"String"
]
}