Gleanex.Client.McpUserBreakdown (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a McpUserBreakdown

Summary

Types

t()

@type t() :: %Gleanex.Client.McpUserBreakdown{
  hostApplications: [String.t()] | nil,
  person: Gleanex.Client.Person.t() | nil,
  servers: [String.t()] | nil,
  tools: [String.t()] | nil,
  totalCalls: integer() | nil
}