tencentcloud-sdk-rum 3.0.675 → 3.0.677

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: ae2697fdfc29441fd9f29328c91e8a7b33291b29
4
- data.tar.gz: 9c115601acc63285ab236113895b0fe3699b9664
3
+ metadata.gz: b804eb61c74167732862c154f4e2537b9ffbea2e
4
+ data.tar.gz: 1b4a25baf0b9654213dfdfabfadb51a2091f9148
5
5
  SHA512:
6
- metadata.gz: 31c0ecb7ca7752687829afcea93f851fcba96fac40615c8e476c6a49fb27e580d9687d2f0041349601cb67edc08eefb41575eeec492f6d1d3299855bdde24c5a
7
- data.tar.gz: dc6eca1329613e609086469346d2694c99cb6ce4713814b36fd89904e47d6e617fd66e5648457673a4df60a338d6156cd60646310d45926150e8b366e0a8e169
6
+ metadata.gz: ebb4a045f4594d7678983c80b7f09ad81ceed75189350eddcd0d6560d8b4ec888b69d3d49c21dfd3f11a7fb9d237cf3a6373be648ea9cc4afa21d9a9a27cb131
7
+ data.tar.gz: 9e0e5b10f4b32fbb55ae2875132c27ef9f9d959bbfe06dba46559cd44fadd44736a7f7982c556bd371f42903bb8a6ca63b5b90fac581460dc3154c4e70b6664a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.675
1
+ 3.0.677
@@ -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.677
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-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common