educationFeedbackResourceOutcome-Ressourcentyp

Namespace: microsoft.graph

Stellt Feedback zu einem educationOutcome-Objekt in Form eines Dokuments dar.

Erbt von educationOutcome.

Methoden

Methode Rückgabetyp Beschreibung
Erstellen von educationFeedbackResourceOutcome educationOutcome Erstellen Sie eine neue Feedbackressource für eine Übermittlung.
Löschen von educationFeedbackResourceOutcome Keine Löschen einer Feedbackressource aus einer Übermittlung.

Eigenschaften

Eigenschaft Typ Beschreibung
feedbackResource educationResource Die tatsächliche Feedbackressource.
id String Eindeutiger Bezeichner für educationFeedbackResourceOutcome. Geerbt von entity.
lastModifiedBy identitySet Die Person, die die Ressource aktualisiert hat. Geerbt von educationOutcome.
lastModifiedDateTime DateTimeOffset Der Zeitpunkt, zu dem die Ressource zuletzt geändert wurde. Der Timestamp-Typ stellt die Datums- und Uhrzeitinformationen mithilfe des ISO 8601-Formats dar und wird immer in UTC-Zeit angegeben. Mitternacht UTC am 1. Januar 2021 lautet 2021-01-01T00:00:00Zbeispielsweise . Geerbt von educationOutcome.
resourceStatus educationFeedbackResourceOutcomeStatus Die status der Feedbackressource. Mögliche Werte sind: notPublished, pendingPublish, published, failedPublish, unknownFutureValue.

Beziehungen

Keine.

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

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