Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 475 Bytes

SdkListRep.md

File metadata and controls

20 lines (14 loc) · 475 Bytes

LaunchDarklyApi::SdkListRep

Properties

Name Type Description Notes
_links Hash<String, Object> The location and content type of related resources
sdks Array<String> The list of SDK names

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::SdkListRep.new(
  _links: null,
  sdks: [&quot;Android&quot;,&quot;Java&quot;,&quot;Node.js&quot;]
)