Provides struct and type for a McpInsightsResponse
Summary
Types
@type t() :: %Gleanex.Client.McpInsightsResponse{ dailyActiveUserTimeseries: Gleanex.Client.LabeledCountInfo.t() | nil, dailyActiveUsers: integer() | nil, monthlyActiveUserTimeseries: Gleanex.Client.LabeledCountInfo.t() | nil, monthlyActiveUsers: integer() | nil, overallDailyActiveUserTimeseries: Gleanex.Client.LabeledCountInfo.t() | nil, topHostApplicationsActiveUserTimeseries: [Gleanex.Client.LabeledCountInfo.t()] | nil, weeklyActiveUserTimeseries: Gleanex.Client.LabeledCountInfo.t() | nil, weeklyActiveUsers: integer() | nil }