tencentcloud-sdk-rum 1.0.352 → 1.0.355
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 +27 -7
- 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: 085a789cb7d34df21b158c6a241ad2c9da4304f4
|
4
|
+
data.tar.gz: 76d9f3a29a4616eb13721345d174cbd8fa25a3e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad2e267295c3b3316c6f501ccb84421de416e429daceb56ccf4f2435114107b5997b8b5d2d1e1078509d9b7feb611e03762ae94c6680162f6d25851e9d10c913
|
7
|
+
data.tar.gz: c467647b6f499138cd7bf2ffe89fab0c0306dab2c5c693deb2bc82cf4de7923baa14d52e6599df56705b3e2cd602570eff0f7e7b263367bdb6873c031d835864
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.355
|
data/lib/v20210622/models.rb
CHANGED
@@ -276,7 +276,7 @@ module TencentCloud
|
|
276
276
|
class CreateTawInstanceRequest < TencentCloud::Common::AbstractModel
|
277
277
|
# @param AreaId: 片区Id,(至少大于0)
|
278
278
|
# @type AreaId: Integer
|
279
|
-
# @param ChargeType: 计费类型, (1
|
279
|
+
# @param ChargeType: 计费类型, (1=后付费,2=预付费)
|
280
280
|
# @type ChargeType: Integer
|
281
281
|
# @param DataRetentionDays: 数据保存时间,(至少大于0)
|
282
282
|
# @type DataRetentionDays: Integer
|
@@ -993,10 +993,14 @@ module TencentCloud
|
|
993
993
|
# @type Url: String
|
994
994
|
# @param Env: 环境
|
995
995
|
# @type Env: String
|
996
|
+
# @param Status: httpcode响应码
|
997
|
+
# @type Status: String
|
998
|
+
# @param Ret: retcode
|
999
|
+
# @type Ret: String
|
996
1000
|
|
997
|
-
attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :CostType, :Url, :Env
|
1001
|
+
attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :CostType, :Url, :Env, :Status, :Ret
|
998
1002
|
|
999
|
-
def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, costtype=nil, url=nil, env=nil)
|
1003
|
+
def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, costtype=nil, url=nil, env=nil, status=nil, ret=nil)
|
1000
1004
|
@StartTime = starttime
|
1001
1005
|
@Type = type
|
1002
1006
|
@EndTime = endtime
|
@@ -1020,6 +1024,8 @@ module TencentCloud
|
|
1020
1024
|
@CostType = costtype
|
1021
1025
|
@Url = url
|
1022
1026
|
@Env = env
|
1027
|
+
@Status = status
|
1028
|
+
@Ret = ret
|
1023
1029
|
end
|
1024
1030
|
|
1025
1031
|
def deserialize(params)
|
@@ -1046,6 +1052,8 @@ module TencentCloud
|
|
1046
1052
|
@CostType = params['CostType']
|
1047
1053
|
@Url = params['Url']
|
1048
1054
|
@Env = params['Env']
|
1055
|
+
@Status = params['Status']
|
1056
|
+
@Ret = params['Ret']
|
1049
1057
|
end
|
1050
1058
|
end
|
1051
1059
|
|
@@ -1241,10 +1249,14 @@ module TencentCloud
|
|
1241
1249
|
# @type Url: String
|
1242
1250
|
# @param Env: 环境
|
1243
1251
|
# @type Env: String
|
1252
|
+
# @param Status: httpcode响应码
|
1253
|
+
# @type Status: String
|
1254
|
+
# @param Ret: retcode
|
1255
|
+
# @type Ret: String
|
1244
1256
|
|
1245
|
-
attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :CostType, :Url, :Env
|
1257
|
+
attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :CostType, :Url, :Env, :Status, :Ret
|
1246
1258
|
|
1247
|
-
def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, costtype=nil, url=nil, env=nil)
|
1259
|
+
def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, costtype=nil, url=nil, env=nil, status=nil, ret=nil)
|
1248
1260
|
@StartTime = starttime
|
1249
1261
|
@Type = type
|
1250
1262
|
@EndTime = endtime
|
@@ -1268,6 +1280,8 @@ module TencentCloud
|
|
1268
1280
|
@CostType = costtype
|
1269
1281
|
@Url = url
|
1270
1282
|
@Env = env
|
1283
|
+
@Status = status
|
1284
|
+
@Ret = ret
|
1271
1285
|
end
|
1272
1286
|
|
1273
1287
|
def deserialize(params)
|
@@ -1294,6 +1308,8 @@ module TencentCloud
|
|
1294
1308
|
@CostType = params['CostType']
|
1295
1309
|
@Url = params['Url']
|
1296
1310
|
@Env = params['Env']
|
1311
|
+
@Status = params['Status']
|
1312
|
+
@Ret = params['Ret']
|
1297
1313
|
end
|
1298
1314
|
end
|
1299
1315
|
|
@@ -2087,10 +2103,12 @@ module TencentCloud
|
|
2087
2103
|
# @type CostType: String
|
2088
2104
|
# @param Env: 环境
|
2089
2105
|
# @type Env: String
|
2106
|
+
# @param PackageType: 获取package
|
2107
|
+
# @type PackageType: String
|
2090
2108
|
|
2091
|
-
attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :CostType, :Env
|
2109
|
+
attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :CostType, :Env, :PackageType
|
2092
2110
|
|
2093
|
-
def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, costtype=nil, env=nil)
|
2111
|
+
def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, costtype=nil, env=nil, packagetype=nil)
|
2094
2112
|
@StartTime = starttime
|
2095
2113
|
@Type = type
|
2096
2114
|
@EndTime = endtime
|
@@ -2113,6 +2131,7 @@ module TencentCloud
|
|
2113
2131
|
@Browser = browser
|
2114
2132
|
@CostType = costtype
|
2115
2133
|
@Env = env
|
2134
|
+
@PackageType = packagetype
|
2116
2135
|
end
|
2117
2136
|
|
2118
2137
|
def deserialize(params)
|
@@ -2138,6 +2157,7 @@ module TencentCloud
|
|
2138
2157
|
@Browser = params['Browser']
|
2139
2158
|
@CostType = params['CostType']
|
2140
2159
|
@Env = params['Env']
|
2160
|
+
@PackageType = params['PackageType']
|
2141
2161
|
end
|
2142
2162
|
end
|
2143
2163
|
|
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: 1.0.
|
4
|
+
version: 1.0.355
|
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-07-
|
11
|
+
date: 2022-07-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|