educationOutcome リソースの種類

名前空間: microsoft.graph

割り当てを採点した結果。

これは基本クラスです。派生型はeducationFeedbackOutcome 、educationPointsOutcome、educationRubricOutcomeです

メソッド

メソッド 戻り値の型 説明
EducationOutcome の更新 educationOutcome educationOutcome オブジェクトを更新します。

プロパティ

プロパティ 種類 説明
id String 読み取り専用。
lastModifiedBy identitySet リソースを更新した個人。
lastModifiedDateTime DateTimeOffset リソースが最後に変更された時刻。 Timestamp 型は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC 時間です。 たとえば、2021 年 1 月 1 日の午前 0 時 UTC は 2021-01-01T00:00:00Z です。

リレーションシップ

なし

JSON 表記

リソースの JSON 表記を次に示します。

{
  "id": "String (identifier)",
  "lastModifiedBy": {"@odata.type": "microsoft.graph.identitySet"},
  "lastModifiedDateTime": "String (timestamp)"
}