Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 395 Bytes

PostApprovalRequestApplyRequest.md

File metadata and controls

18 lines (12 loc) · 395 Bytes

LaunchDarklyApi::PostApprovalRequestApplyRequest

Properties

Name Type Description Notes
comment String Optional comment about the approval request [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::PostApprovalRequestApplyRequest.new(
  comment: Looks good, thanks for updating
)