LaunchDarklyApi::ResourceSummary Properties Name Type Description Notes flag_count Integer segment_count Integer [optional] total_count Integer Example require 'launchdarkly_api' instance = LaunchDarklyApi::ResourceSummary.new( flag_count: null, segment_count: null, total_count: null )