Gleanex.Client.McpHostApplicationBreakdown (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a McpHostApplicationBreakdown

Summary

Types

t()

@type t() :: %Gleanex.Client.McpHostApplicationBreakdown{
  activeUsers: integer() | nil,
  hostApplication: String.t() | nil,
  totalCalls: integer() | nil
}