Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 302 Bytes

File metadata and controls

18 lines (12 loc) · 302 Bytes

LaunchDarklyApi::RootResponse

Properties

Name Type Description Notes
links Hash<String, Link>

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::RootResponse.new(
  links: null
)