Name | Type | Description | Notes |
---|---|---|---|
_links | Hash<String, Object> | The location and content type of related resources | |
sdks | Array<String> | The list of SDK names |
require 'launchdarkly_api'
instance = LaunchDarklyApi::SdkListRep.new(
_links: null,
sdks: ["Android","Java","Node.js"]
)