gitee.com/openeuler/go-gitee@v0.0.0-20220530104019-3af895bc380c/docs/PullRequestCommentPostParam.md (about)

     1  # PullRequestCommentPostParam
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **AccessToken** | **string** | 用户授权码 | [optional] [default to null]
     7  **Body** | **string** | 必填。评论内容 | [optional] [default to null]
     8  **CommitId** | **string** | 可选。PR代码评论的commit id | [optional] [default to null]
     9  **Path** | **string** | 可选。PR代码评论的文件名 | [optional] [default to null]
    10  **Position** | **int32** | 可选。PR代码评论diff中的行数 | [optional] [default to null]
    11  
    12  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    13  
    14