We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c990f commit 867b487Copy full SHA for 867b487
src/Nest/Cat/CatNodeAttributes/CatNodeAttributesRequest.cs
@@ -3,13 +3,13 @@
3
4
namespace Nest
5
{
6
- [Obsolete()]
+ [Obsolete("Scheduled to be removed in 5.0. Use ICatNodeAttributesRequest instead.")]
7
public partial interface ICatNodeattrsRequest { }
8
9
+ [Obsolete("Scheduled to be removed in 5.0. Use CatNodeAttributesRequest instead.")]
10
public partial class CatNodeattrsRequest { }
11
12
+ [Obsolete("Scheduled to be removed in 5.0. Use CatNodeAttributesDescriptor instead.")]
13
public partial class CatNodeattrsDescriptor { }
14
15
0 commit comments