# Review Summation

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The review summation id. |
**submissionId** | **String** | The submission id. |
**aggregateScore** | **Number** | The aggregate score. |Double
**scoreCardId** | **Number or String** | The score card id. |GUID string in swagger but integer in implementation
**isPassing** | **Boolean** | The passing boolean flag. |
**metadata** | **Object** | The review summation's metadata. | Optional
**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. |
