educationOutcome resource type
Namespace: microsoft.graph
Represents a base class for the result of grading an assignment. The derived types are educationFeedbackOutcome, educationPointsOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome.
Inherits from entity.
Methods
Method | Return Type | Description |
---|---|---|
Update outcome | educationOutcome | Update the educationOutcome object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Unique identifier for the educationOutcome object. Inherited from entity. Read-only. |
lastModifiedBy | identitySet | The individual who updated the resource. |
lastModifiedDateTime | DateTimeOffset | The moment in time when the resource was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2021 is 2021-01-01T00:00:00Z . |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"id": "String (identifier)",
"lastModifiedBy": {"@odata.type": "microsoft.graph.identitySet"},
"lastModifiedDateTime": "String (timestamp)"
}