reflectCheckInResponse 资源类型
命名空间:microsoft.graph
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示对 Microsoft Reflect 检查 的响应。 继承自 entity。
Methods
方法 | 返回类型 | 说明 |
---|---|---|
Get | reflectCheckInResponse | 读取 reflectCheckInResponse 对象的属性和关系。 |
属性
属性 | 类型 | 说明 |
---|---|---|
checkInId | String | 反射检查的标识符。 |
checkInTitle | String | 此响应所解决的 Reflect 检查的问题或提示。 |
classId | String | 与 Reflect 检查关联的类的 ID。 |
createdDateTime | DateTimeOffset | 创建 Reflect 检查的日期和时间。 时间戳类型使用 ISO 8601 格式表示日期和时间信息,并且始终采用 UTC 格式。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z 。 |
creatorId | String | 创建 Reflect 检查的用户的 ID。 |
isClosed | 布尔值 | 指示反射检查是关闭 () true 还是打开 (false ) 。 |
responderId | String | 响应反射检查的用户的 ID。 |
responseEmotion | responseEmotionType | 表示响应者在“反映检查响应”期间感受到的确切情感名称。 可能的值包括:none 、、、 angry worthless stuck awed stressed skeptical overwhelmed ashamed miserable jealous hurt hopeless frightened frustrated concerned apathetic anxious nervous disappointed valuable successful annoyed proud bored unknownFutureValue depressed tired exhausted restless sensitive pensive content shocked curious glad reserved confused lonely calm sad optimistic confident excited happy motivated peaceful ambitious cheerful comfortable creative determined energized focused fulfilled grateful included inspired |
responseFeedback | responseFeedbackType | 表示响应的愉快程度,指示响应者的愉快程度。 可能的值为:none 、、notDetected 、veryUnpleasant 、unpleasant neutral 、pleasant 、veryPleasant 、 。 unknownFutureValue |
submitDateTime | DateTimeOffset | 提交对 Reflect 检查的响应的日期和时间。 时间戳类型使用 ISO 8601 格式表示日期和时间信息,并且始终采用 UTC 格式。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z 。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.reflectCheckInResponse",
"checkInId": "String",
"checkInTitle": "String",
"classId": "String",
"createdDateTime": "String (timestamp)",
"creatorId": "String",
"isClosed": "Boolean",
"responderId": "String",
"responseEmotion": "String",
"responseFeedback": "String",
"submitDateTime": "String (timestamp)"
}