educationFeedbackResourceOutcome-Ressourcentyp
Namespace: microsoft.graph
Stellt Feedback zu einem educationOutcome-Objekt in Form eines Dokuments dar.
Erbt von educationOutcome.
Methoden
Methode | Rückgabetyp | Beschreibung |
---|---|---|
Ergebnis der Übermittlungsfeedbackressource hinzufügen | educationOutcome | Erstellen Sie eine neue Feedbackressource für eine Übermittlung. |
Ergebnis der Feedbackressource löschen | Keine | Löschen einer Feedbackressource aus einer Übermittlung. |
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
feedbackResource | educationResource | Die tatsächliche Feedbackressource. |
id | Zeichenfolge | 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:00Z beispielsweise . Geerbt von educationOutcome. |
resourceStatus | educationFeedbackResourceOutcomeStatus | Der Status der Feedbackressource. Mögliche Werte sind: notPublished , pendingPublish , published , failedPublish , unknownFutureValue . |
Beziehungen
Keine.
JSON-Darstellung
Die folgende JSON-Darstellung zeigt den Ressourcentyp.
{
"feedbackResource": {"@odata.type": "microsoft.graph.educationResource"},
"id": "String (identifier)",
"lastModifiedBy": {"@odata.type": "microsoft.graph.identitySet"},
"lastModifiedDateTime": "String (timestamp)",
"resourceStatus": {"@odata.type": "microsoft.graph.educationFeedbackResourceOutcomeStatus"}
}