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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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)