Files
tea4j-autodeploy/docs/PullReview.md
T
2026-03-31 00:01:59 +00:00

30 lines
1.1 KiB
Markdown

# PullReview
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**body** | **String** | | [optional]
**commentsCount** | **Long** | | [optional]
**commitId** | **String** | | [optional]
**dismissed** | **Boolean** | | [optional]
**htmlUrl** | **String** | HTMLURL is the web URL for viewing the review | [optional]
**id** | **Long** | | [optional]
**official** | **Boolean** | | [optional]
**pullRequestUrl** | **String** | HTMLPullURL is the web URL for the pull request | [optional]
**stale** | **Boolean** | | [optional]
**state** | [**StateEnum**](#StateEnum) | | [optional]
**submittedAt** | [**Date**](Date.md) | | [optional]
**team** | [**Team**](Team.md) | | [optional]
**updatedAt** | [**Date**](Date.md) | | [optional]
**user** | [**User**](User.md) | | [optional]
<a name="StateEnum"></a>
## Enum: StateEnum
Name | Value
---- | -----
APPROVED | &quot;APPROVED&quot;
PENDING | &quot;PENDING&quot;
COMMENT | &quot;COMMENT&quot;
REQUEST_CHANGES | &quot;REQUEST_CHANGES&quot;
REQUEST_REVIEW | &quot;REQUEST_REVIEW&quot;