# ErrorTrackingOpenAPI::Project ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | ID of the project | [optional] | | **name** | **String** | Name of the project | [optional] | | **slug** | **String** | Slug of the project | [optional] | ## Example ```ruby require 'error_tracking_open_api' instance = ErrorTrackingOpenAPI::Project.new( id: null, name: null, slug: null ) ```