Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 870 Bytes

File metadata and controls

30 lines (23 loc) · 870 Bytes

ReviewOutput

Properties

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]

Example

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]