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 )