tencentcloud-sdk-rum 1.0.353 → 1.0.354
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 +26 -6
- 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: f064d6c0337efbfe12e1079ebf66c20ad70405d6
|
4
|
+
data.tar.gz: 0190a8716da90bcc709b0cb869a24ea63f65a813
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b8f7e5f9d0a63f76ca8d96df4036782b326e6c1e3576ed502f10fef67a07375c80aeeb0d7959e24673f30208564b82249bae6f96094e12178fee780a1a2f433
|
7
|
+
data.tar.gz: 5ef13c542cc7f5ae4ea66c36b17cb566be8cc9e9fc95490860da48ca7b3dfff75171bb8bb96e492a9dce570ec29bef185b54e4ae74a96af9c2c568ee104e7dd7
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.354
|
data/lib/v20210622/models.rb
CHANGED
@@ -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.354
|
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-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|