# SimpleClassroom
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **i32** | Unique identifier of the classroom. |
**name** | **String** | The name of the classroom. |
**archived** | **bool** | Returns whether classroom is archived or not. |
**url** | **String** | The url of the classroom on GitHub Classroom. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)