tencentcloud-sdk-rum 3.0.995 → 3.0.997
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210622/models.rb +11 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6fb9f7662a68b1783c05f8f88dbbb7584aee3049
|
4
|
+
data.tar.gz: 9d9ff62eb57cc236f8a898014a0743a845743ca2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f33f9a2373472cab812f49d17bda7b3985e94b9087c6bda940741e835eda966fa3c1d376495363e38c7776cddf7b3df9ce6cae620ee9644ba28e19ec62092f3
|
7
|
+
data.tar.gz: a5472d38903021a62481aa0ee55f3b87c38045d2c9bb802d0dc9b989042c0001291088e26c9f2509115835178abbcb47c39342e1a87ea14b4a3727cac9a362cc
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.997
|
data/lib/v20210622/models.rb
CHANGED
@@ -2756,6 +2756,9 @@ module TencentCloud
|
|
2756
2756
|
# @type IsDemo: Integer
|
2757
2757
|
|
2758
2758
|
attr_accessor :Limit, :Offset, :Filters, :IsDemo
|
2759
|
+
extend Gem::Deprecate
|
2760
|
+
deprecate :IsDemo, :none, 2025, 2
|
2761
|
+
deprecate :IsDemo=, :none, 2025, 2
|
2759
2762
|
|
2760
2763
|
def initialize(limit=nil, offset=nil, filters=nil, isdemo=nil)
|
2761
2764
|
@Limit = limit
|
@@ -3268,6 +3271,9 @@ module TencentCloud
|
|
3268
3271
|
# @type IsDemo: Integer
|
3269
3272
|
|
3270
3273
|
attr_accessor :EndTime, :StartTime, :ID, :IsDemo
|
3274
|
+
extend Gem::Deprecate
|
3275
|
+
deprecate :IsDemo, :none, 2025, 2
|
3276
|
+
deprecate :IsDemo=, :none, 2025, 2
|
3271
3277
|
|
3272
3278
|
def initialize(endtime=nil, starttime=nil, id=nil, isdemo=nil)
|
3273
3279
|
@EndTime = endtime
|
@@ -3396,6 +3402,11 @@ module TencentCloud
|
|
3396
3402
|
# @type IsDemo: Integer
|
3397
3403
|
|
3398
3404
|
attr_accessor :ChargeStatuses, :ChargeTypes, :Limit, :Offset, :AreaIds, :InstanceStatuses, :InstanceIds, :Filters, :IsDemo
|
3405
|
+
extend Gem::Deprecate
|
3406
|
+
deprecate :InstanceIds, :none, 2025, 2
|
3407
|
+
deprecate :InstanceIds=, :none, 2025, 2
|
3408
|
+
deprecate :IsDemo, :none, 2025, 2
|
3409
|
+
deprecate :IsDemo=, :none, 2025, 2
|
3399
3410
|
|
3400
3411
|
def initialize(chargestatuses=nil, chargetypes=nil, limit=nil, offset=nil, areaids=nil, instancestatuses=nil, instanceids=nil, filters=nil, isdemo=nil)
|
3401
3412
|
@ChargeStatuses = chargestatuses
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-rum
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.997
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|