educationFeedbackResourceOutcome 资源类型
命名空间:microsoft.graph
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
以文档形式表示对 educationOutcome 对象的反馈。
继承自 educationOutcome。
方法
方法 | 返回类型 | 说明 |
---|---|---|
添加提交反馈资源结果 | educationOutcome | 为提交创建新的 反馈资源 。 |
删除反馈资源结果 | None | 从提交中删除 反馈资源 。 |
属性
属性 | 类型 | 说明 |
---|---|---|
feedbackResource | educationResource | 实际反馈资源。 |
id | String | educationFeedbackResourceOutcome 的唯一标识符。 继承自 entity。 |
lastModifiedBy | identitySet | 更新资源的人员。 继承自 educationOutcome。 |
lastModifiedDateTime | DateTimeOffset | 上次修改资源的时刻。 时间戳类型表示采用 ISO 8601 格式的日期和时间信息,始终采用 UTC 时区。 例如,2021 年 1 月 1 日午夜 UTC 为 2021-01-01T00:00:00Z 。 继承自 educationOutcome。 |
resourceStatus | educationFeedbackResourceOutcomeStatus | 反馈资源的状态。 可能的值包括 notPublished 、pendingPublish 、published 、failedPublish 、unknownFutureValue 。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"feedbackResource": {"@odata.type": "microsoft.graph.educationResource"},
"id": "String (identifier)",
"lastModifiedBy": {"@odata.type": "microsoft.graph.identitySet"},
"lastModifiedDateTime": "String (timestamp)",
"resourceStatus": {"@odata.type": "microsoft.graph.educationFeedbackResourceOutcomeStatus"}
}