Gleanex.Client.DocumentInteractions (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a DocumentInteractions

Summary

Types

t()

@type t() :: %Gleanex.Client.DocumentInteractions{
  numComments: integer() | nil,
  numReactions: integer() | nil,
  reactions: [String.t()] | nil,
  reacts: [Gleanex.Client.Reaction.t()] | nil,
  shares: [Gleanex.Client.Share.t()] | nil,
  visitorCount: Gleanex.Client.CountInfo.t() | nil
}