Gleanex.Client.McpBreakdownInsightsRequest (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a McpBreakdownInsightsRequest

Summary

Types

t()

@type t() :: %Gleanex.Client.McpBreakdownInsightsRequest{
  breakdownType: String.t() | nil,
  dayRange: Gleanex.Client.Period.t() | nil,
  departments: [String.t()] | nil,
  hostApplications: [String.t()] | nil,
  managerEmails: [String.t()] | nil,
  managerIds: [String.t()] | nil,
  servers: [String.t()] | nil,
  tools: [String.t()] | nil
}