openapi-github 0.1.0

OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs
Documentation
# ClassroomAssignmentGrade

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**assignment_name** | **String** | Name of the assignment | 
**assignment_url** | **String** | URL of the assignment | 
**starter_code_url** | **String** | URL of the starter code for the assignment | 
**github_username** | **String** | GitHub username of the student | 
**roster_identifier** | **String** | Roster identifier of the student | 
**student_repository_name** | **String** | Name of the student's assignment repository | 
**student_repository_url** | **String** | URL of the student's assignment repository | 
**submission_timestamp** | **String** | Timestamp of the student's assignment submission | 
**points_awarded** | **i32** | Number of points awarded to the student | 
**points_available** | **i32** | Number of points available for the assignment | 
**group_name** | Option<**String**> | If a group assignment, name of the group the student is in | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)