Gleanex.Client.PeopleResponse (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a PeopleResponse

Summary

Types

t()

@type t() :: %Gleanex.Client.PeopleResponse{
  errors: [String.t()] | nil,
  relatedDocuments: [Gleanex.Client.RelatedDocuments.t()] | nil,
  results: [Gleanex.Client.Person.t()] | nil
}