google_api_classroom v0.0.1 GoogleApi.Classroom.V1.Model.ListStudentSubmissionsResponse View Source
Response when listing student submissions.
Attributes
- nextPageToken (String): Token identifying the next page of results to return. If empty, no further results are available. Defaults to:
null
. - studentSubmissions (List[StudentSubmission]): Student work that matches the request. Defaults to:
null
.