tencentcloud-sdk-nodejs-intl-en 3.0.970 → 3.0.971
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
|
@@ -6524,6 +6524,12 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
6524
6524
|
*/
|
|
6525
6525
|
this.ComponentConfig = null;
|
|
6526
6526
|
|
|
6527
|
+
/**
|
|
6528
|
+
* Tag information.Note: This field may return null, indicating that no valid values can be obtained.
|
|
6529
|
+
* @type {string || null}
|
|
6530
|
+
*/
|
|
6531
|
+
this.Tags = null;
|
|
6532
|
+
|
|
6527
6533
|
}
|
|
6528
6534
|
|
|
6529
6535
|
/**
|
|
@@ -6572,6 +6578,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
6572
6578
|
this.PayTime = 'PayTime' in params ? params.PayTime : null;
|
|
6573
6579
|
this.ZoneName = 'ZoneName' in params ? params.ZoneName : null;
|
|
6574
6580
|
this.ComponentConfig = 'ComponentConfig' in params ? params.ComponentConfig : null;
|
|
6581
|
+
this.Tags = 'Tags' in params ? params.Tags : null;
|
|
6575
6582
|
|
|
6576
6583
|
}
|
|
6577
6584
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.971";
|
|
2
2
|
module.exports = sdkVersion
|