Class GradebookSettings
The gradebook settings for a course. See the help center article for details.
Implements
Inherited Members
Namespace: Google.Apis.Classroom.v1.Data
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public class GradebookSettings : IDirectResponseSchema
Properties
CalculationType
Indicates how the overall grade is calculated.
Declaration
[JsonProperty("calculationType")]
public virtual string CalculationType { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplaySetting
Indicates who can see the overall grade..
Declaration
[JsonProperty("displaySetting")]
public virtual string DisplaySetting { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GradeCategories
Grade categories that are available for coursework in the course.
Declaration
[JsonProperty("gradeCategories")]
public virtual IList<GradeCategory> GradeCategories { get; set; }
Property Value
Type | Description |
---|---|
IList<GradeCategory> |