# 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] ## Enum: StateEnum Name | Value ---- | ----- APPROVED | "APPROVED" PENDING | "PENDING" COMMENT | "COMMENT" REQUEST_CHANGES | "REQUEST_CHANGES" REQUEST_REVIEW | "REQUEST_REVIEW"