Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 397 Bytes

Conflict.md

File metadata and controls

20 lines (14 loc) · 397 Bytes

LaunchDarklyApi::Conflict

Properties

Name Type Description Notes
instruction Hash<String, Object> [optional]
reason String Reason why the conflict exists [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::Conflict.new(
  instruction: null,
  reason: null
)