Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 337 Bytes

HeaderItems.md

File metadata and controls

20 lines (14 loc) · 337 Bytes

LaunchDarklyApi::HeaderItems

Properties

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

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::HeaderItems.new(
  name: null,
  value: null
)