tencentcloud-sdk-rum 3.0.631 → 3.0.632

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6ed323363a799c50ae9b46c85dcc4964eafcdc25
4
- data.tar.gz: 2a2d066b6f7d5c90b82bf3a42f83dd8048e30aed
3
+ metadata.gz: b4d68e9ee9f83fb201b0207614e701ac294bec65
4
+ data.tar.gz: fbe26248e6042fc321fc816199e4345fc6c41db0
5
5
  SHA512:
6
- metadata.gz: 01a613c916fbff9394c2bceff2f8e55fa31f7f58eeaa04e7ec17a716d35a4edd6cb6f33cda8b9495a0d105a15c554ac606bc5e2e25cb7a64b3c08a175a161815
7
- data.tar.gz: 782a5208e748395c273b3fca14c80c0ce27d4d0cbeaba64a4e774959ebec7f6d2db008fc7c75b6fec7ce2a3bf0385c6f3a5bedea1602e3f61797fae3ff7eddd8
6
+ metadata.gz: 3922adc0259f707fc5984136f782cf14b11edf9689daebcc72b42cc5deb921c4540ca663ad97dc3fd30b0a700a5811d7af63225fee8a1751172fd6de83088f94
7
+ data.tar.gz: b101da4036cd4430d0073f67c7eaef4d57cfd57aad5f895a84ea37122130753afd0549f5fd02aa661e6f5e41e2cf116f5569ac5bdd96ef9b9a53ea819ecce530
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.631
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.631
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-08 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