| Name |
Type |
Description |
Notes |
| _id |
string |
|
[default to undefined] |
| kind |
string |
|
[default to undefined] |
| creationDate |
number |
|
[optional] [default to undefined] |
| comment |
string |
|
[optional] [default to undefined] |
| memberId |
string |
|
[optional] [default to undefined] |
| serviceTokenId |
string |
|
[optional] [default to undefined] |
import { ReviewOutput } from 'launchdarkly-api-typescript';
const instance: ReviewOutput = {
_id,
kind,
creationDate,
comment,
memberId,
serviceTokenId,
};
[Back to Model list] [Back to API list] [Back to README]