Gleanex.Client.UserActivity (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a UserActivity

Summary

Types

t()

@type t() :: %Gleanex.Client.UserActivity{
  action: String.t() | nil,
  actor: Gleanex.Client.Person.t() | nil,
  aggregateVisitCount: Gleanex.Client.CountInfo.t() | nil,
  timestamp: integer() | nil
}