Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 341 Bytes

ConflictOutputRep.md

File metadata and controls

20 lines (14 loc) · 341 Bytes

LaunchDarklyApi::ConflictOutputRep

Properties

Name Type Description Notes
stage_id String
message String

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ConflictOutputRep.new(
  stage_id: null,
  message: null
)