LaunchDarklyApi::SdkVersionListRep Properties Name Type Description Notes _links Hash<String, Object> The location and content type of related resources sdk_versions Array<SdkVersionRep> The list of SDK names and versions Example require 'launchdarkly_api' instance = LaunchDarklyApi::SdkVersionListRep.new( _links: null, sdk_versions: [{"sdk":"Android","version":"3.1.2"},{"sdk":"Android","version":"3.1.5"},{"sdk":"C","version":"2.4.6"}] )