Gleanex.Client.DigestSection (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a DigestSection

Summary

Types

t()

@type t() :: %Gleanex.Client.DigestSection{
  channelName: String.t() | nil,
  channelType: String.t() | nil,
  displayName: String.t() | nil,
  id: String.t(),
  instanceId: String.t() | nil,
  type: String.t(),
  updates: [Gleanex.Client.DigestUpdate.t()],
  url: String.t() | nil
}