Provides struct and type for a McpBreakdownInsightsResponse
Summary
Types
@type t() :: %Gleanex.Client.McpBreakdownInsightsResponse{ hostApplicationsBreakdown: [Gleanex.Client.McpHostApplicationBreakdown.t()] | nil, serversBreakdown: [Gleanex.Client.McpServerBreakdown.t()] | nil, toolsBreakdown: [Gleanex.Client.McpToolBreakdown.t()] | nil, usersBreakdown: [Gleanex.Client.McpUserBreakdown.t()] | nil }