LaunchDarklyApi::FeatureFlags Properties Name Type Description Notes items Array<FeatureFlag> An array of feature flags _links Hash<String, Link> The location and content type of related resources total_count Integer The total number of flags [optional] total_count_with_differences Integer The number of flags that have differences between environments. Only shown when query parameter <code>compare</code> is <code>true</code>. [optional] Example require 'launchdarkly_api' instance = LaunchDarklyApi::FeatureFlags.new( items: null, _links: {"self":{"href":"/api/v2/flags/default","type":"application/json"}}, total_count: 1, total_count_with_differences: 0 )