educationFeedbackResourceOutcome 资源类型

命名空间:microsoft.graph

以文档形式表示对 educationOutcome 对象的反馈。

继承自 educationOutcome

方法

方法 返回类型 说明
创建 educationFeedbackResourceOutcome educationOutcome 为提交创建新的 反馈资源
删除 educationFeedbackResourceOutcome 从提交中删除 反馈资源

属性

属性 类型 说明
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 反馈资源的状态。 可能的值包括 notPublishedpendingPublishpublishedfailedPublishunknownFutureValue

关系

无。

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"}
}