Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 542 Bytes

File metadata and controls

22 lines (16 loc) · 542 Bytes

LaunchDarklyApi::MutableFieldsByStatusRep

Properties

Name Type Description Notes
not_started Hash<String, Array<String>> [optional]
running Hash<String, Array<String>> [optional]
stopped Hash<String, Array<String>> [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::MutableFieldsByStatusRep.new(
  not_started: null,
  running: null,
  stopped: null
)