Skip to content

Commit 78f173f

Browse files
author
David Bach
committed
Revert "[ClientSDK] Rename CSVFileSyntax datarow to data_row"
This reverts commit 349a0329218cd5106149716ae95d1d3b6a0d43d0.
1 parent e334cf0 commit 78f173f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DelveClientSDK/DelveClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public CSVFileSyntax(
267267
this.Header = header;
268268
this.Header_row = headerRow;
269269
this.Normalizenames = normalizeNames;
270-
this.Data_row = dataRow;
270+
this.Datarow = dataRow;
271271
this.Missingstrings = missingStrings;
272272
this.Delim = delim;
273273
this.Ignorerepeated = ignoreRepeated;

DelveClientSDK/GeneratedDelveClient.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,8 +591,8 @@ public System.Collections.Generic.IDictionary<string, object> AdditionalProperti
591591
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "10.1.24.0 (Newtonsoft.Json v12.0.0.0)")]
592592
public partial class CSVFileSyntax : FileSyntax
593593
{
594-
[Newtonsoft.Json.JsonProperty("data_row", Required = Newtonsoft.Json.Required.Always)]
595-
public int Data_row { get; set; } = 0;
594+
[Newtonsoft.Json.JsonProperty("datarow", Required = Newtonsoft.Json.Required.Always)]
595+
public int Datarow { get; set; } = 0;
596596

597597
[Newtonsoft.Json.JsonProperty("delim", Required = Newtonsoft.Json.Required.Always)]
598598
[System.ComponentModel.DataAnnotations.Required(AllowEmptyStrings = true)]

0 commit comments

Comments
 (0)