Gleanex.Client.InsightsAssistantRequest (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a InsightsAssistantRequest

Summary

Types

t()

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