tencentcloud-sdk-rum 3.0.423 → 3.0.424
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 +19 -11
- 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: 66c82dfb3ea5d5b65a72985823ef7859d2bcb213
|
4
|
+
data.tar.gz: 66f5081b65f383d8752791150b264b731f15c8b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cfd711c6e9087fc0452f4ae6d8a57aea0f22ee02766172b061383929e7c2ed8c1bf3ae8ab84a929c8bd00552986e4db340bf5929aa28e59a4fe8c89ebaff66f5
|
7
|
+
data.tar.gz: 61395448d46aedcc973b729364fa6afb03f19516fccb2259dabc516d048252b37733c9dd3ee669f8895818f6200c430b36603ab06429f2f19103ce0d966e7ae2
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.424
|
data/lib/v20210622/models.rb
CHANGED
@@ -1253,10 +1253,12 @@ module TencentCloud
|
|
1253
1253
|
# @type Status: String
|
1254
1254
|
# @param Ret: retcode
|
1255
1255
|
# @type Ret: String
|
1256
|
+
# @param NetStatus: 网络状态
|
1257
|
+
# @type NetStatus: String
|
1256
1258
|
|
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
|
1259
|
+
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, :NetStatus
|
1258
1260
|
|
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)
|
1261
|
+
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, netstatus=nil)
|
1260
1262
|
@StartTime = starttime
|
1261
1263
|
@Type = type
|
1262
1264
|
@EndTime = endtime
|
@@ -1282,6 +1284,7 @@ module TencentCloud
|
|
1282
1284
|
@Env = env
|
1283
1285
|
@Status = status
|
1284
1286
|
@Ret = ret
|
1287
|
+
@NetStatus = netstatus
|
1285
1288
|
end
|
1286
1289
|
|
1287
1290
|
def deserialize(params)
|
@@ -1310,6 +1313,7 @@ module TencentCloud
|
|
1310
1313
|
@Env = params['Env']
|
1311
1314
|
@Status = params['Status']
|
1312
1315
|
@Ret = params['Ret']
|
1316
|
+
@NetStatus = params['NetStatus']
|
1313
1317
|
end
|
1314
1318
|
end
|
1315
1319
|
|
@@ -1539,10 +1543,12 @@ module TencentCloud
|
|
1539
1543
|
# @type CostType: String
|
1540
1544
|
# @param Env: 环境变量
|
1541
1545
|
# @type Env: String
|
1546
|
+
# @param NetStatus: 网络状态
|
1547
|
+
# @type NetStatus: String
|
1542
1548
|
|
1543
|
-
attr_accessor :ID, :StartTime, :EndTime, :Type, :Level, :Isp, :Area, :NetType, :Platform, :Device, :VersionNum, :ExtFirst, :ExtSecond, :ExtThird, :IsAbroad, :Browser, :Os, :Engine, :Brand, :From, :CostType, :Env
|
1549
|
+
attr_accessor :ID, :StartTime, :EndTime, :Type, :Level, :Isp, :Area, :NetType, :Platform, :Device, :VersionNum, :ExtFirst, :ExtSecond, :ExtThird, :IsAbroad, :Browser, :Os, :Engine, :Brand, :From, :CostType, :Env, :NetStatus
|
1544
1550
|
|
1545
|
-
def initialize(id=nil, starttime=nil, endtime=nil, type=nil, level=nil, isp=nil, area=nil, nettype=nil, platform=nil, device=nil, versionnum=nil, extfirst=nil, extsecond=nil, extthird=nil, isabroad=nil, browser=nil, os=nil, engine=nil, brand=nil, from=nil, costtype=nil, env=nil)
|
1551
|
+
def initialize(id=nil, starttime=nil, endtime=nil, type=nil, level=nil, isp=nil, area=nil, nettype=nil, platform=nil, device=nil, versionnum=nil, extfirst=nil, extsecond=nil, extthird=nil, isabroad=nil, browser=nil, os=nil, engine=nil, brand=nil, from=nil, costtype=nil, env=nil, netstatus=nil)
|
1546
1552
|
@ID = id
|
1547
1553
|
@StartTime = starttime
|
1548
1554
|
@EndTime = endtime
|
@@ -1565,6 +1571,7 @@ module TencentCloud
|
|
1565
1571
|
@From = from
|
1566
1572
|
@CostType = costtype
|
1567
1573
|
@Env = env
|
1574
|
+
@NetStatus = netstatus
|
1568
1575
|
end
|
1569
1576
|
|
1570
1577
|
def deserialize(params)
|
@@ -1590,6 +1597,7 @@ module TencentCloud
|
|
1590
1597
|
@From = params['From']
|
1591
1598
|
@CostType = params['CostType']
|
1592
1599
|
@Env = params['Env']
|
1600
|
+
@NetStatus = params['NetStatus']
|
1593
1601
|
end
|
1594
1602
|
end
|
1595
1603
|
|
@@ -2766,21 +2774,21 @@ module TencentCloud
|
|
2766
2774
|
|
2767
2775
|
# DescribeLogList请求参数结构体
|
2768
2776
|
class DescribeLogListRequest < TencentCloud::Common::AbstractModel
|
2769
|
-
# @param Sort: 排序方式 desc asc
|
2777
|
+
# @param Sort: 排序方式 desc asc(必填)
|
2770
2778
|
# @type Sort: String
|
2771
|
-
# @param ActionType: searchlog histogram
|
2779
|
+
# @param ActionType: searchlog histogram(必填)
|
2772
2780
|
# @type ActionType: String
|
2773
|
-
# @param ID: 项目ID
|
2781
|
+
# @param ID: 项目ID(必填)
|
2774
2782
|
# @type ID: Integer
|
2775
|
-
# @param StartTime:
|
2783
|
+
# @param StartTime: 开始时间(必填)
|
2776
2784
|
# @type StartTime: String
|
2777
|
-
# @param Limit: 单次查询返回的原始日志条数,最大值为100
|
2785
|
+
# @param Limit: 单次查询返回的原始日志条数,最大值为100(必填)
|
2778
2786
|
# @type Limit: Integer
|
2779
2787
|
# @param Context: 上下文,加载更多日志时使用,透传上次返回的 Context 值,获取后续的日志内容,总计最多可获取1万条原始日志。过期时间1小时
|
2780
2788
|
# @type Context: String
|
2781
|
-
# @param Query: 查询语句,参考控制台请求参数,语句长度最大为4096
|
2789
|
+
# @param Query: 查询语句,参考控制台请求参数,语句长度最大为4096(必填)
|
2782
2790
|
# @type Query: String
|
2783
|
-
# @param EndTime:
|
2791
|
+
# @param EndTime: 结束时间(必填)
|
2784
2792
|
# @type EndTime: String
|
2785
2793
|
|
2786
2794
|
attr_accessor :Sort, :ActionType, :ID, :StartTime, :Limit, :Context, :Query, :EndTime
|
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.424
|
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-10-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|