Gleanex.Client.Share (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a Share

Summary

Types

t()

@type t() :: %Gleanex.Client.Share{
  numDaysAgo: integer(),
  sharer: Gleanex.Client.Person.t() | nil,
  sharingDocument: Gleanex.Client.Document.t() | nil
}