Gleanex.Client.UserActivityInsight (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a UserActivityInsight

Summary

Types

t()

@type t() :: %Gleanex.Client.UserActivityInsight{
  activeDayCount: Gleanex.Client.CountInfo.t() | nil,
  activity: String.t(),
  activityCount: Gleanex.Client.CountInfo.t() | nil,
  lastActivityTimestamp: integer() | nil,
  user: Gleanex.Client.Person.t()
}