Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 713 Bytes

File metadata and controls

22 lines (15 loc) · 713 Bytes

PostApprovalRequestReviewRequest

Properties

Name Type Description Notes
kind string The type of review for this approval request [optional] [default to undefined]
comment string Optional comment about the approval request [optional] [default to undefined]

Example

import { PostApprovalRequestReviewRequest } from 'launchdarkly-api-typescript';

const instance: PostApprovalRequestReviewRequest = {
    kind,
    comment,
};

[Back to Model list] [Back to API list] [Back to README]