Provides struct and type for a FacetFilterValue
@type t() :: %Gleanex.Client.FacetFilterValue{ isNegated: boolean() | nil, relationType: String.t() | nil, value: String.t() | nil }