LaunchDarklyApi::UserFlagSettings Properties Name Type Description Notes items Hash<String, UserFlagSetting> An array of flag settings for the user _links Hash<String, Link> The location and content type of related resources Example require 'launchdarkly_api' instance = LaunchDarklyApi::UserFlagSettings.new( items: {"alternate.page":{"_links":{"self":{"href":"/api/v2/users/lacuna/production/Abbie_Braun/flags/alternate.page","type":"application/json"}},"_value":false,"setting":null},"sort.order":{"_links":{"self":{"href":"/api/v2/users/lacuna/production/Abbie_Braun/flags/sort.order","type":"application/json"}},"_value":true,"setting":null}}, _links: {"self":{"href":"/api/v2/users/lacuna/production/Abbie_Braun/flags","type":"application/json"}} )