Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 350 Bytes

SdkListRep.md

File metadata and controls

20 lines (14 loc) · 350 Bytes

LaunchDarklyApi::SdkListRep

Properties

Name Type Description Notes
_links Hash<String, Object>
sdks Array<String>

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::SdkListRep.new(
  _links: null,
  sdks: null
)