tencentcloud-sdk-rum 3.0.674 → 3.0.676

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: d888249e4993162518c5a0c283661a3c81426178
4
- data.tar.gz: 864a9fac4375a6d99c6baea477ac5ce9b783c561
3
+ metadata.gz: e9d2eed001af6296128f178600ae0d9563a5433a
4
+ data.tar.gz: 2ae59716614927e1937d16c616b44c1611c05147
5
5
  SHA512:
6
- metadata.gz: 84225943489d6e1ea8309361f3e3bd55d2adce39c5f3de2157ceaa244054191a61b83b237c332810893ab4d3e0e98bee476cf66ef9f15dcbc57a874aa0f75f01
7
- data.tar.gz: fa62ea6350513b45dd46a04c50605e7afaacaae67d6d4e30799e0dfcd04711c2050f541d5e28396bbc755e0393f12602790af977dde8c099807ff92730579061
6
+ metadata.gz: cc3fa352c75dd9498aa072a7720fab5f4c8bacee461624159dc3f6d7ad173e9d6f36af3a5217d426feccc5ef874f9dedf61d550131654c22ae909a5b9c089515
7
+ data.tar.gz: 626e22fd3248584f2a86eca73120e94c6d55711639e2107ce1526c0801cc5fecf129ddc0fb50c7894f79aab73b59c0f4cb5b7066057f6a0d95422c9fe005de38
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.674
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.674
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-11 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
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20210622/models.rb
37
- - lib/v20210622/client.rb
38
36
  - lib/tencentcloud-sdk-rum.rb
37
+ - lib/v20210622/client.rb
38
+ - lib/v20210622/models.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: