java.gitea.api/docs/PullReview.md

24 lines
687 B
Markdown
Raw Normal View History

2021-02-28 22:04:54 +01:00
# PullReview
PullReview represents a pull request review
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**body** | **String** | | [optional]
**commentsCount** | **Long** | | [optional]
**commitId** | **String** | | [optional]
**htmlUrl** | **String** | | [optional]
**id** | **Long** | | [optional]
**official** | **Boolean** | | [optional]
**pullRequestUrl** | **String** | | [optional]
**stale** | **Boolean** | | [optional]
**state** | **String** | ReviewStateType review state type | [optional]
**submittedAt** | **OffsetDateTime** | | [optional]
**user** | [**User**](User.md) | | [optional]