Show / Hide Table of Contents

Class GradebookSettings

The gradebook settings for a course. See the help center article for details.

Inheritance
System.Object
GradebookSettings
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.String

DisplaySetting

Indicates who can see the overall grade..

Declaration
[JsonProperty("displaySetting")]
public virtual string DisplaySetting { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.Collections.Generic.IList<GradeCategory>

Implements

IDirectResponseSchema
In This Article
Back to top