public override void Write()

in src/Elastic.Clients.Elasticsearch/_Generated/Types/Nodes/NodeInfoSettingsIngest.g.cs [321:359]


	public override void Write(System.Text.Json.Utf8JsonWriter writer, Elastic.Clients.Elasticsearch.Nodes.NodeInfoSettingsIngest value, System.Text.Json.JsonSerializerOptions options)
	{
		writer.WriteStartObject();
		writer.WriteProperty(options, PropAppend, value.Append, null, null);
		writer.WriteProperty(options, PropAttachment, value.Attachment, null, null);
		writer.WriteProperty(options, PropBytes, value.Bytes, null, null);
		writer.WriteProperty(options, PropCircle, value.Circle, null, null);
		writer.WriteProperty(options, PropConvert, value.Convert, null, null);
		writer.WriteProperty(options, PropCsv, value.Csv, null, null);
		writer.WriteProperty(options, PropDate, value.Date, null, null);
		writer.WriteProperty(options, PropDateIndexName, value.DateIndexName, null, null);
		writer.WriteProperty(options, PropDissect, value.Dissect, null, null);
		writer.WriteProperty(options, PropDotExpander, value.DotExpander, null, null);
		writer.WriteProperty(options, PropDrop, value.Drop, null, null);
		writer.WriteProperty(options, PropEnrich, value.Enrich, null, null);
		writer.WriteProperty(options, PropFail, value.Fail, null, null);
		writer.WriteProperty(options, PropForeach, value.Foreach, null, null);
		writer.WriteProperty(options, PropGeoip, value.Geoip, null, null);
		writer.WriteProperty(options, PropGrok, value.Grok, null, null);
		writer.WriteProperty(options, PropGsub, value.Gsub, null, null);
		writer.WriteProperty(options, PropInference, value.Inference, null, null);
		writer.WriteProperty(options, PropJoin, value.Join, null, null);
		writer.WriteProperty(options, PropJson, value.Json, null, null);
		writer.WriteProperty(options, PropKv, value.Kv, null, null);
		writer.WriteProperty(options, PropLowercase, value.Lowercase, null, null);
		writer.WriteProperty(options, PropPipeline, value.Pipeline, null, null);
		writer.WriteProperty(options, PropRemove, value.Remove, null, null);
		writer.WriteProperty(options, PropRename, value.Rename, null, null);
		writer.WriteProperty(options, PropScript, value.Script, null, null);
		writer.WriteProperty(options, PropSet, value.Set, null, null);
		writer.WriteProperty(options, PropSetSecurityUser, value.SetSecurityUser, null, null);
		writer.WriteProperty(options, PropSort, value.Sort, null, null);
		writer.WriteProperty(options, PropSplit, value.Split, null, null);
		writer.WriteProperty(options, PropTrim, value.Trim, null, null);
		writer.WriteProperty(options, PropUppercase, value.Uppercase, null, null);
		writer.WriteProperty(options, PropUrlDecode, value.UrlDecode, null, null);
		writer.WriteProperty(options, PropUserAgent, value.UserAgent, null, null);
		writer.WriteEndObject();
	}