Skip to content

Commit bbe6954

Browse files
stevejgordongithub-actions[bot]
authored andcommitted
Rename SqlQueryResponse to QueryResponse (#7667)
1 parent d84b7ae commit bbe6954

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)