Name | Type | Description | Notes |
---|---|---|---|
OriginalTokens | Pointer to string | Value that indicates whether to include or omit the original tokens in the output of the token filter. Choose `include` if you want to support queries on both the original tokens as well as the converted forms. Choose `omit` if you want to query only on the converted forms of the original tokens. | [optional] [default to "omit"] |
Type | string | Human-readable label that identifies this token filter type. |
func NewTokenFilterasciiFolding(type_ string, ) *TokenFilterasciiFolding
NewTokenFilterasciiFolding instantiates a new TokenFilterasciiFolding object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTokenFilterasciiFoldingWithDefaults() *TokenFilterasciiFolding
NewTokenFilterasciiFoldingWithDefaults instantiates a new TokenFilterasciiFolding object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *TokenFilterasciiFolding) GetOriginalTokens() string
GetOriginalTokens returns the OriginalTokens field if non-nil, zero value otherwise.
func (o *TokenFilterasciiFolding) GetOriginalTokensOk() (*string, bool)
GetOriginalTokensOk returns a tuple with the OriginalTokens field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenFilterasciiFolding) SetOriginalTokens(v string)
SetOriginalTokens sets OriginalTokens field to given value.
func (o *TokenFilterasciiFolding) HasOriginalTokens() bool
HasOriginalTokens returns a boolean if a field has been set.
func (o *TokenFilterasciiFolding) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *TokenFilterasciiFolding) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenFilterasciiFolding) SetType(v string)
SetType sets Type field to given value.