Class CoursesResource.GetGradingPeriodSettingsRequest
Returns the grading period settings in a course. This method returns the following error codes: *
PERMISSION_DENIED
if the requesting user isn't permitted to access the grading period settings in the
requested course or for access errors. * NOT_FOUND
if the requested course does not exist.
Inheritance
CoursesResource.GetGradingPeriodSettingsRequest
Inherited Members
Namespace: Google.Apis.Classroom.v1
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public class CoursesResource.GetGradingPeriodSettingsRequest : ClassroomBaseServiceRequest<GradingPeriodSettings>, IClientServiceRequest<GradingPeriodSettings>, IClientServiceRequest
Constructors
GetGradingPeriodSettingsRequest(IClientService, string)
Constructs a new GetGradingPeriodSettings request.
Declaration
public GetGradingPeriodSettingsRequest(IClientService service, string courseId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | courseId |
Properties
CourseId
Required. The identifier of the course.
Declaration
[RequestParameter("courseId", RequestParameterType.Path)]
public virtual string CourseId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes GetGradingPeriodSettings parameter list.
Declaration
protected override void InitParameters()