Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 401 Bytes

PatchWithComment.md

File metadata and controls

20 lines (14 loc) · 401 Bytes

LaunchDarklyApi::PatchWithComment

Properties

Name Type Description Notes
patch Array<PatchOperation>
comment String Optional comment [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::PatchWithComment.new(
  patch: null,
  comment: null
)