tencentcloud-sdk-rum 3.0.406 → 3.0.407
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 +15 -3
- 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: d3a823b30bf9690aa9e2d70f9077695a84b9b4f9
|
4
|
+
data.tar.gz: 7a6677e7b89c776ce43fc4409444f1067a01468d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e0a2f47cb6c2e3745234e2cc57faecf0547be05c438e5508ca3b672b663dc696ca525adcad8b67159c1c0cca6966e5df171051d0ce9ff178e2716e4ef83f98b
|
7
|
+
data.tar.gz: 4f8042c8b668900bfd31565112a3343063958b05e5051f67bdda6fb1b11533bbf1a52bf13483d27959fa03d570934a37d51637cc48aeac20e838b0e784bc02d6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.407
|
data/lib/v20210622/models.rb
CHANGED
@@ -3873,14 +3873,23 @@ module TencentCloud
|
|
3873
3873
|
# @type AreaName: String
|
3874
3874
|
# @param AreaKey: 片区Key
|
3875
3875
|
# @type AreaKey: String
|
3876
|
-
|
3877
|
-
|
3876
|
+
# @param AreaRegionID: 地域码表 id
|
3877
|
+
# @type AreaRegionID: String
|
3878
|
+
# @param AreaRegionCode: 地域码表 code 如 ap-xxx(xxx 为地域词)
|
3879
|
+
# @type AreaRegionCode: String
|
3880
|
+
# @param AreaAbbr: 地域缩写
|
3881
|
+
# @type AreaAbbr: String
|
3882
|
+
|
3883
|
+
attr_accessor :AreaId, :AreaStatus, :AreaName, :AreaKey, :AreaRegionID, :AreaRegionCode, :AreaAbbr
|
3878
3884
|
|
3879
|
-
def initialize(areaid=nil, areastatus=nil, areaname=nil, areakey=nil)
|
3885
|
+
def initialize(areaid=nil, areastatus=nil, areaname=nil, areakey=nil, arearegionid=nil, arearegioncode=nil, areaabbr=nil)
|
3880
3886
|
@AreaId = areaid
|
3881
3887
|
@AreaStatus = areastatus
|
3882
3888
|
@AreaName = areaname
|
3883
3889
|
@AreaKey = areakey
|
3890
|
+
@AreaRegionID = arearegionid
|
3891
|
+
@AreaRegionCode = arearegioncode
|
3892
|
+
@AreaAbbr = areaabbr
|
3884
3893
|
end
|
3885
3894
|
|
3886
3895
|
def deserialize(params)
|
@@ -3888,6 +3897,9 @@ module TencentCloud
|
|
3888
3897
|
@AreaStatus = params['AreaStatus']
|
3889
3898
|
@AreaName = params['AreaName']
|
3890
3899
|
@AreaKey = params['AreaKey']
|
3900
|
+
@AreaRegionID = params['AreaRegionID']
|
3901
|
+
@AreaRegionCode = params['AreaRegionCode']
|
3902
|
+
@AreaAbbr = params['AreaAbbr']
|
3891
3903
|
end
|
3892
3904
|
end
|
3893
3905
|
|
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.407
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-09-
|
11
|
+
date: 2022-09-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|