Skip to content

Commit a9fb7a4

Browse files
Rename SqlQueryResponse to QueryResponse (#7667) (#7674)
Co-authored-by: Steve Gordon <[email protected]>
1 parent d84b7ae commit a9fb7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Clients.Elasticsearch/Api/Sql/SqlQueryResponse.cs renamed to src/Elastic.Clients.Elasticsearch/Api/Sql/QueryResponse.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace Elastic.Clients.Elasticsearch.Sql;
99

10-
public partial class SqlQueryResponse
10+
public partial class QueryResponse
1111
{
1212
[JsonInclude]
1313
[JsonPropertyName("rows")]

0 commit comments

Comments
 (0)