tencentcloud-sdk-nodejs-intl-en 3.0.693 → 3.0.695

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-intl-en",
3
- "version": "3.0.693",
3
+ "version": "3.0.695",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -7565,6 +7565,13 @@ Note: This field may return null, indicating that no valid values can be obtaine
7565
7565
  */
7566
7566
  this.ElasticLimit = null;
7567
7567
 
7568
+ /**
7569
+ * Protection bandwidth after the plan downgrade, in Gbps.
7570
+ Note: This field may return `null`, indicating that no valid value was found.
7571
+ * @type {number || null}
7572
+ */
7573
+ this.DownGradeProtect = null;
7574
+
7568
7575
  }
7569
7576
 
7570
7577
  /**
@@ -7584,6 +7591,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
7584
7591
  this.ChannelEditionFlag = 'ChannelEditionFlag' in params ? params.ChannelEditionFlag : null;
7585
7592
  this.EnterpriseFlag = 'EnterpriseFlag' in params ? params.EnterpriseFlag : null;
7586
7593
  this.ElasticLimit = 'ElasticLimit' in params ? params.ElasticLimit : null;
7594
+ this.DownGradeProtect = 'DownGradeProtect' in params ? params.DownGradeProtect : null;
7587
7595
 
7588
7596
  }
7589
7597
  }
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.693";
1
+ const sdkVersion = "3.0.695";
2
2
  module.exports = sdkVersion