Provides struct and type for a UserActivityInsight
Summary
Types
@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() }