Provides struct and type for a DigestSection
@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 }