tencentcloud-sdk-rum 1.0.284 → 1.0.285
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210622/models.rb +5 -5
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90c0d422f1cbc122f17bc67332859e6977228be0
|
4
|
+
data.tar.gz: 8fd98516c0f3f962863176c16cec8a2a52f513ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45005a1c23d51ee612d2a6c1c1fccc0afa0b647c452d850fe86e433d85760ab5bdc7a96fa740290aa754b426f8fbe6f71f6e7ef68ce6a324499aa4256fac804f
|
7
|
+
data.tar.gz: cd1d963f56628f2246662d865ae20984e1d0f27ea12e4d43edf1aa749c495e955a4bd281b1601269eae8d7a9c0c7dbd7d840435fa441d518c2764e60ef0775ff
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.285
|
data/lib/v20210622/models.rb
CHANGED
@@ -2981,9 +2981,9 @@ module TencentCloud
|
|
2981
2981
|
# @type Limit: Integer
|
2982
2982
|
# @param Offset: 分页页码,整型
|
2983
2983
|
# @type Offset: Integer
|
2984
|
-
# @param Filters:
|
2984
|
+
# @param Filters: 过滤参数;demo模式传{"Name": "IsDemo", "Values":["1"]}
|
2985
2985
|
# @type Filters: Array
|
2986
|
-
# @param IsDemo:
|
2986
|
+
# @param IsDemo: 该参数已废弃,demo模式请在Filters内注明
|
2987
2987
|
# @type IsDemo: Integer
|
2988
2988
|
|
2989
2989
|
attr_accessor :Limit, :Offset, :Filters, :IsDemo
|
@@ -3204,7 +3204,7 @@ module TencentCloud
|
|
3204
3204
|
# @type StartTime: String
|
3205
3205
|
# @param ID: 项目ID
|
3206
3206
|
# @type ID: Integer
|
3207
|
-
# @param IsDemo:
|
3207
|
+
# @param IsDemo: 该参数已废弃
|
3208
3208
|
# @type IsDemo: Integer
|
3209
3209
|
|
3210
3210
|
attr_accessor :EndTime, :StartTime, :ID, :IsDemo
|
@@ -3330,9 +3330,9 @@ module TencentCloud
|
|
3330
3330
|
# @type InstanceStatuses: Array
|
3331
3331
|
# @param InstanceIds: 实例Id
|
3332
3332
|
# @type InstanceIds: Array
|
3333
|
-
# @param Filters:
|
3333
|
+
# @param Filters: 过滤参数;demo模式传{"Name": "IsDemo", "Values":["1"]}
|
3334
3334
|
# @type Filters: Array
|
3335
|
-
# @param IsDemo:
|
3335
|
+
# @param IsDemo: 该参数已废弃,demo模式请在Filters内注明
|
3336
3336
|
# @type IsDemo: Integer
|
3337
3337
|
|
3338
3338
|
attr_accessor :ChargeStatuses, :ChargeTypes, :Limit, :Offset, :AreaIds, :InstanceStatuses, :InstanceIds, :Filters, :IsDemo
|