---
id: v1-reviewer
title: Reviewer
pagination_label: Reviewer
sidebar_label: Reviewer
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'Reviewer', 'v1Reviewer']
slug: /tools/sdk/typescript/triggers/models/reviewer
tags: ['SDK', 'Software Development Kit', 'Reviewer', 'v1Reviewer']
---

# Reviewer

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **(optional)** `string` | The id of the reviewer. | [default to undefined]
**name** | **(optional)** `string` | The name of the reviewer. | [default to undefined]
**email** | **(optional)** `string` | The email of the reviewing identity. This is only applicable to reviewers of the `IDENTITY` type. | [default to undefined]
**type** | **(optional)** `string` | The type of the reviewing identity. | [default to undefined]
**created** | **(optional)** `string` | The created date of the reviewing identity. | [default to undefined]
**modified** | **(optional)** `string` | The modified date of the reviewing identity. | [default to undefined]

