CommentDto
Import this model from the entry point of its package:
import { CommentDto } from '@sailpoint/angular-sdk/access_requests';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| comment | (optional) string | Comment content. | [default to undefined] |
| created | (optional) string | Date and time comment was created. | [default to undefined] |
| author | (optional) CommentDtoAuthor | [default to undefined] |