Gleanex.Client.FeedEntry (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a FeedEntry

Summary

Types

t()

@type t() :: %Gleanex.Client.FeedEntry{
  activities: [Gleanex.Client.UserActivity.t()] | nil,
  announcement: Gleanex.Client.Announcement.t() | nil,
  app: Gleanex.Client.AppResult.t() | nil,
  chatSuggestion: Gleanex.Client.ChatSuggestion.t() | nil,
  collection: Gleanex.Client.Collection.t() | nil,
  collectionItem: Gleanex.Client.CollectionItem.t() | nil,
  createdBy: Gleanex.Client.Person.t() | nil,
  digest: Gleanex.Client.Digest.t() | nil,
  document: Gleanex.Client.Document.t() | nil,
  documentVisitorCount: Gleanex.Client.CountInfo.t() | nil,
  entryId: String.t() | nil,
  event: Gleanex.Client.CalendarEvent.t() | nil,
  justification: String.t() | nil,
  justificationType: String.t() | nil,
  person: Gleanex.Client.Person.t() | nil,
  promptTemplate: Gleanex.Client.PromptTemplateResult.t() | nil,
  thumbnail: Gleanex.Client.Thumbnail.t() | nil,
  title: String.t(),
  trackingToken: String.t() | nil,
  uiConfig: Gleanex.Client.FeedEntryUiConfig.t() | nil,
  viewUrl: String.t() | nil,
  workflow: Gleanex.Client.WorkflowResult.t() | nil
}