Table of Contents
API reference

Property Slop

Namespace
DisCatSharp.Experimental.Entities
Assembly
DisCatSharp.Experimental.dll

Slop

Gets or sets the slop value. Slop comes from elasticsearch and is used to allow for flexibility in matching.

[JsonProperty("slop", NullValueHandling = NullValueHandling.Ignore)]
public int? Slop { get; set; }

Property Value

int?