Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 500 Bytes

PostApprovalRequestReviewRequest.md

File metadata and controls

20 lines (14 loc) · 500 Bytes

LaunchDarklyApi::PostApprovalRequestReviewRequest

Properties

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

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::PostApprovalRequestReviewRequest.new(
  kind: approve,
  comment: Looks good, thanks for updating
)