Gleanex.Client.FacetValue (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a FacetValue

Summary

Types

t()

@type t() :: %Gleanex.Client.FacetValue{
  displayLabel: String.t() | nil,
  iconConfig: Gleanex.Client.IconConfig.t() | nil,
  integerValue: integer() | nil,
  stringValue: String.t() | nil
}