Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 466 Bytes

File metadata and controls

20 lines (14 loc) · 466 Bytes

LaunchDarklyApi::ApprovalRequestPatchInput

Properties

Name Type Description Notes
comment String Optional comment describing the update [optional]
instructions Array<Hash>

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ApprovalRequestPatchInput.new(
  comment: Update targeting to serve true to beta testers,
  instructions: null
)