Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 360 Bytes

FlagSempatch.md

File metadata and controls

20 lines (14 loc) · 360 Bytes

LaunchDarklyApi::FlagSempatch

Properties

Name Type Description Notes
instructions Array<Hash>
comment String [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::FlagSempatch.new(
  instructions: null,
  comment: null
)