# Review

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The review id. |
**score** | **Number** | The review score. |
**legacyReviewId** | **Number** | The review id in the legacy system. |
**typeId** | **String** | The review type id. |
**reviewerId** | **Integer or String** | The reviewer id. |
**scoreCardId** | **Integer or String** | The review's scorecard id. |
**submissionId** | **String** | The submission id. |
**status** | **String** | The review's status. Can be one of `queued` and `completed`. |
**metadata** | [**ReviewMetadata**](ReviewMetadata.md) | The review's metadata. |
**created** | **String** | The ISO date string of created date. |
**updated** | **String** | The ISO date string of updated date. |
**createdBy** | **String** | The created by user. |
**updatedBy** | **String** | The updated by user. |
