Gleanex.Client.FacetResult (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a FacetResult

Summary

Types

t()

@type t() :: %Gleanex.Client.FacetResult{
  buckets: [Gleanex.Client.FacetBucket.t()] | nil,
  groupName: String.t() | nil,
  hasMoreBuckets: boolean() | nil,
  operatorName: String.t() | nil,
  sourceName: String.t() | nil
}