Gleanex.Client.McpInsightsRequest (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a McpInsightsRequest

Summary

Types

t()

@type t() :: %Gleanex.Client.McpInsightsRequest{
  dayRange: Gleanex.Client.Period.t() | nil,
  departments: [String.t()] | nil,
  managerEmails: [String.t()] | nil,
  managerIds: [String.t()] | nil
}