Show / Hide Table of Contents

Enum CoursesResource.CourseWorkResource.StudentSubmissionsResource.ListRequest.LateEnum

Requested lateness value. If specified, returned student submissions are restricted by the requested value. If unspecified, submissions are returned regardless of late value.

Namespace: Google.Apis.Classroom.v1
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public enum CoursesResource.CourseWorkResource.StudentSubmissionsResource.ListRequest.LateEnum

Fields

Name Description
LATEONLY

Return StudentSubmissions where late is true.

LATEVALUESUNSPECIFIED

No restriction on submission late values specified.

NOTLATEONLY

Return StudentSubmissions where late is false.

In this article
Back to top Generated by DocFX