tencentcloud-sdk-rum 3.0.631 → 3.0.633

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: df546a51ecb68d26ab27ab75269740fd3ebb5f27
4
+ data.tar.gz: f4a26fbfdec4fe2c066bb282a788e46db15521fd
5
5
  SHA512:
6
- metadata.gz: 01a613c916fbff9394c2bceff2f8e55fa31f7f58eeaa04e7ec17a716d35a4edd6cb6f33cda8b9495a0d105a15c554ac606bc5e2e25cb7a64b3c08a175a161815
7
- data.tar.gz: 782a5208e748395c273b3fca14c80c0ce27d4d0cbeaba64a4e774959ebec7f6d2db008fc7c75b6fec7ce2a3bf0385c6f3a5bedea1602e3f61797fae3ff7eddd8
6
+ metadata.gz: 788f568600f99fdf7b554b99878d8ffeb4106ef7af8081cdaa55035a0abfb26b98121bb035c576061f34552ab9bb52c3d3cc3ebd3c5ca780261fbc571176bca1
7
+ data.tar.gz: eb71ee741a619a1a322b84504525443c15800cb25bc27b28b3438b32044227812a48e1fab6b1d2eda13936dbe2ba985264ed4fa40dbb35a7cbdfb4c963aabc0d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.631
1
+ 3.0.633
@@ -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.633
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-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common