|
1 | 1 | // Project: https://github.com/microsoftgraph/msgraph-beta-typescript-typings |
2 | 2 | // Definitions by: Microsoft Graph Team <https://github.com/microsoftgraph> |
3 | 3 | // Michael Mainer <https://github.com/MIchaelMainer> |
4 | | -// Gavin Barron <https://github.com/gavinbarron> |
5 | | -// Adrian Obando <https://github.com/adrian05-ms> |
| 4 | +// Peter Ombwa <https://github.com/peombwa> |
| 5 | +// Mustafa Zengin <https://github.com/zengin> |
| 6 | +// DeVere Dyett <https://github.com/ddyett> |
| 7 | +// Nikitha Udaykumar Chettiar <https://github.com/nikithauc> |
6 | 8 | // TypeScript Version: 2.1 |
7 | 9 |
|
8 | 10 | export as namespace microsoftgraphbeta; |
@@ -20876,6 +20878,7 @@ export interface EducationAssignmentResource extends Entity { |
20876 | 20878 | distributeForStudentWork?: NullableOption<boolean>; |
20877 | 20879 | // Resource object that is associated with this assignment. |
20878 | 20880 | resource?: NullableOption<EducationResource>; |
| 20881 | + // A collection of assignment resources that depend on the parent educationAssignmentResource. |
20879 | 20882 | dependentResources?: NullableOption<EducationAssignmentResource[]>; |
20880 | 20883 | } |
20881 | 20884 | export interface EducationAssignmentSettings extends Entity { |
@@ -21174,6 +21177,7 @@ export interface EducationSubmissionResource extends Entity { |
21174 | 21177 | assignmentResourceUrl?: NullableOption<string>; |
21175 | 21178 | // Resource object. |
21176 | 21179 | resource?: NullableOption<EducationResource>; |
| 21180 | + // A collection of submission resources that depend on the parent educationSubmissionResource. |
21177 | 21181 | dependentResources?: NullableOption<EducationSubmissionResource[]>; |
21178 | 21182 | } |
21179 | 21183 | export interface EducationUser extends Entity { |
|
0 commit comments