Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 341 Bytes

OptionsArray.md

File metadata and controls

20 lines (14 loc) · 341 Bytes

LaunchDarklyApi::OptionsArray

Properties

Name Type Description Notes
label String [optional]
value String [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::OptionsArray.new(
  label: null,
  value: null
)