Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 393 Bytes

ConflictOutput.md

File metadata and controls

20 lines (14 loc) · 393 Bytes

LaunchDarklyApi::ConflictOutput

Properties

Name Type Description Notes
stage_id String The stage ID
message String Message about the conflict

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ConflictOutput.new(
  stage_id: 12ab3c4d5ef1a2345bcde67f,
  message: null
)