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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3bf7454a4216548c8db230e8f53b2842988280e8
4
- data.tar.gz: ba5a738ece2aed21610e5538ce435352b192022f
3
+ metadata.gz: b4d68e9ee9f83fb201b0207614e701ac294bec65
4
+ data.tar.gz: fbe26248e6042fc321fc816199e4345fc6c41db0
5
5
  SHA512:
6
- metadata.gz: 7341177bd4794b8c8e679f63c69aeeb849e41cc4d2353ed1ccdfad92970461000309bf35cac006ba121cef58be41f45d3c8dac92f67e9011764eca9276acf653
7
- data.tar.gz: c81c9eec5dcc7376421937a9c2ca43b921290fc170f221b3b0e2195346a21dfc0eac6018daab693b115f32c9a1a6febaf956418010f319bdd8962364a7498ce2
6
+ metadata.gz: 3922adc0259f707fc5984136f782cf14b11edf9689daebcc72b42cc5deb921c4540ca663ad97dc3fd30b0a700a5811d7af63225fee8a1751172fd6de83088f94
7
+ data.tar.gz: b101da4036cd4430d0073f67c7eaef4d57cfd57aad5f895a84ea37122130753afd0549f5fd02aa661e6f5e41e2cf116f5569ac5bdd96ef9b9a53ea819ecce530
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.630
1
+ 3.0.632
@@ -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.630
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-07 00:00:00.000000000 Z
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