object ICustomJson.GetCustomJson()
 {
     return(SuggestPathInfo.GetCustomJson(this));
 }
Beispiel #2
0
 protected override void UpdatePathInfo(IConnectionSettingsValues settings, ElasticsearchPathInfo <SuggestRequestParameters> pathInfo)
 {
     SuggestPathInfo.Update(pathInfo, this);
 }