Gleanex.Client.McpInsightsResponse (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a McpInsightsResponse

Summary

Types

t()

@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
}