Gleanex.Indexing.DebugDatasourceStatusResponseIdentity (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a DebugDatasourceStatusResponseIdentity

Summary

Types

t()

@type t() :: %Gleanex.Indexing.DebugDatasourceStatusResponseIdentity{
  groups:
    Gleanex.Indexing.DebugDatasourceStatusIdentityResponseComponent.t() | nil,
  memberships:
    Gleanex.Indexing.DebugDatasourceStatusIdentityResponseComponent.t() | nil,
  processingHistory: [Gleanex.Indexing.ProcessingHistoryEvent.t()] | nil,
  users:
    Gleanex.Indexing.DebugDatasourceStatusIdentityResponseComponent.t() | nil
}