Gleanex.Client.GleanAssistInsightsResponse (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a GleanAssistInsightsResponse

Summary

Types

t()

@type t() :: %Gleanex.Client.GleanAssistInsightsResponse{
  activityInsights: [Gleanex.Client.UserActivityInsight.t()] | nil,
  datasourceInstances: [String.t()] | nil,
  departments: [String.t()] | nil,
  lastLogTimestamp: integer() | nil,
  totalActiveUsers: integer() | nil
}