Show / Hide Table of Contents

Class GradebookSettings

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX