# ReposCreateCommitCommentRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **body** | **String** | The contents of the comment. | **path** | Option<**String**> | Relative path of the file to comment on. | [optional] **position** | Option<**i32**> | Line index in the diff to comment on. | [optional] **line** | Option<**i32**> | **Deprecated**. Use **position** parameter instead. Line number in the file to comment on. | [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)