tencentcloud-sdk-rum 3.0.630 → 3.0.632
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 +7 -2
- 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: b4d68e9ee9f83fb201b0207614e701ac294bec65
|
|
4
|
+
data.tar.gz: fbe26248e6042fc321fc816199e4345fc6c41db0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3922adc0259f707fc5984136f782cf14b11edf9689daebcc72b42cc5deb921c4540ca663ad97dc3fd30b0a700a5811d7af63225fee8a1751172fd6de83088f94
|
|
7
|
+
data.tar.gz: b101da4036cd4430d0073f67c7eaef4d57cfd57aad5f895a84ea37122130753afd0549f5fd02aa661e6f5e41e2cf116f5569ac5bdd96ef9b9a53ea819ecce530
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.632
|
data/lib/v20210622/models.rb
CHANGED
|
@@ -2202,10 +2202,13 @@ module TencentCloud
|
|
|
2202
2202
|
# @type Browser: String
|
|
2203
2203
|
# @param Env: 环境
|
|
2204
2204
|
# @type Env: String
|
|
2205
|
+
# @param GroupByType: group by 参数值枚举1:1m 2:5m 3:30m 4:1h
|
|
2206
|
+
# 5:1d
|
|
2207
|
+
# @type GroupByType: Integer
|
|
2205
2208
|
|
|
2206
|
-
attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :Env
|
|
2209
|
+
attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :Env, :GroupByType
|
|
2207
2210
|
|
|
2208
|
-
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, env=nil)
|
|
2211
|
+
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, env=nil, groupbytype=nil)
|
|
2209
2212
|
@StartTime = starttime
|
|
2210
2213
|
@Type = type
|
|
2211
2214
|
@EndTime = endtime
|
|
@@ -2227,6 +2230,7 @@ module TencentCloud
|
|
|
2227
2230
|
@Os = os
|
|
2228
2231
|
@Browser = browser
|
|
2229
2232
|
@Env = env
|
|
2233
|
+
@GroupByType = groupbytype
|
|
2230
2234
|
end
|
|
2231
2235
|
|
|
2232
2236
|
def deserialize(params)
|
|
@@ -2251,6 +2255,7 @@ module TencentCloud
|
|
|
2251
2255
|
@Os = params['Os']
|
|
2252
2256
|
@Browser = params['Browser']
|
|
2253
2257
|
@Env = params['Env']
|
|
2258
|
+
@GroupByType = params['GroupByType']
|
|
2254
2259
|
end
|
|
2255
2260
|
end
|
|
2256
2261
|
|
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.632
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-08-
|
|
11
|
+
date: 2023-08-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|