tencentcloud-sdk-rum 3.0.675 → 3.0.676

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: ae2697fdfc29441fd9f29328c91e8a7b33291b29
4
- data.tar.gz: 9c115601acc63285ab236113895b0fe3699b9664
3
+ metadata.gz: e9d2eed001af6296128f178600ae0d9563a5433a
4
+ data.tar.gz: 2ae59716614927e1937d16c616b44c1611c05147
5
5
  SHA512:
6
- metadata.gz: 31c0ecb7ca7752687829afcea93f851fcba96fac40615c8e476c6a49fb27e580d9687d2f0041349601cb67edc08eefb41575eeec492f6d1d3299855bdde24c5a
7
- data.tar.gz: dc6eca1329613e609086469346d2694c99cb6ce4713814b36fd89904e47d6e617fd66e5648457673a4df60a338d6156cd60646310d45926150e8b366e0a8e169
6
+ metadata.gz: cc3fa352c75dd9498aa072a7720fab5f4c8bacee461624159dc3f6d7ad173e9d6f36af3a5217d426feccc5ef874f9dedf61d550131654c22ae909a5b9c089515
7
+ data.tar.gz: 626e22fd3248584f2a86eca73120e94c6d55711639e2107ce1526c0801cc5fecf129ddc0fb50c7894f79aab73b59c0f4cb5b7066057f6a0d95422c9fe005de38
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.675
1
+ 3.0.676
@@ -2194,7 +2194,7 @@ module TencentCloud
2194
2194
  # @type NetType: String
2195
2195
  # @param Device: 机型
2196
2196
  # @type Device: String
2197
- # @param IsAbroad: 是否海外
2197
+ # @param IsAbroad: 显示是否海外
2198
2198
  # @type IsAbroad: String
2199
2199
  # @param Os: 操作系统
2200
2200
  # @type Os: String
@@ -2205,10 +2205,12 @@ module TencentCloud
2205
2205
  # @param GroupByType: group by 参数值枚举1:1m 2:5m 3:30m 4:1h
2206
2206
  # 5:1d
2207
2207
  # @type GroupByType: Integer
2208
+ # @param IsNewData: 无需关注,是否查询zhiyan
2209
+ # @type IsNewData: Integer
2208
2210
 
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
2211
+ attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :Env, :GroupByType, :IsNewData
2210
2212
 
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)
2213
+ 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, isnewdata=nil)
2212
2214
  @StartTime = starttime
2213
2215
  @Type = type
2214
2216
  @EndTime = endtime
@@ -2231,6 +2233,7 @@ module TencentCloud
2231
2233
  @Browser = browser
2232
2234
  @Env = env
2233
2235
  @GroupByType = groupbytype
2236
+ @IsNewData = isnewdata
2234
2237
  end
2235
2238
 
2236
2239
  def deserialize(params)
@@ -2256,6 +2259,7 @@ module TencentCloud
2256
2259
  @Browser = params['Browser']
2257
2260
  @Env = params['Env']
2258
2261
  @GroupByType = params['GroupByType']
2262
+ @IsNewData = params['IsNewData']
2259
2263
  end
2260
2264
  end
2261
2265
 
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.675
4
+ version: 3.0.676
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-10-12 00:00:00.000000000 Z
11
+ date: 2023-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common