tencentcloud-sdk-rum 3.0.1067 → 3.0.1069

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210622/models.rb +16 -12
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f6e2231534a0e02acd469f37534a102ac9151ae2
4
- data.tar.gz: 4c933390630ef2b61cb34bce478dbef5eb5b85b5
3
+ metadata.gz: 595356cddae674cbc9299e27a5510dd134405278
4
+ data.tar.gz: fbdd41e221d71c99e4ebb97fc7164ba7b993f53a
5
5
  SHA512:
6
- metadata.gz: 92abca34e9f40229f13362501050c1093955637e3eed8dac9a96d449d3492b3716c24ea74c2e9c86a512154ec61a311d90fdc295dd97d2234bd56332f37ff2be
7
- data.tar.gz: fe62f79cde67178c0c6fb5f262d7efb37921ee87bd89c96ac0f0c7b1bc5f59d2ce6c8fb0e9e721eb72efa2ead81866da957d4957399e187cf453232c06ea87f2
6
+ metadata.gz: 0debc9b4f677c65e78e4bdbe21e20fc35d2db9c2ba403c5ec94fe7a7710921d513c4e27aaa8997a00d7c66ea71f11abce52fedf703aba8186d2d495d25e86bc6
7
+ data.tar.gz: 072f2394b1fd145b378241979dd800b265d311f2d3e8c1f9981cc6862e06ea76eb1a76f5397c81b5f1c913046a8dc0da3a5dddeaa1b4792dc1c964201decd4b5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1067
1
+ 3.0.1069
@@ -1627,10 +1627,12 @@ module TencentCloud
1627
1627
  # @type Env: String
1628
1628
  # @param NetStatus: 网络状态
1629
1629
  # @type NetStatus: String
1630
+ # @param WebVitals: 是否返回webvitals数据
1631
+ # @type WebVitals: Boolean
1630
1632
 
1631
- attr_accessor :ID, :StartTime, :EndTime, :Type, :Level, :Isp, :Area, :NetType, :Platform, :Device, :VersionNum, :ExtFirst, :ExtSecond, :ExtThird, :IsAbroad, :Browser, :Os, :Engine, :Brand, :From, :CostType, :Env, :NetStatus
1633
+ attr_accessor :ID, :StartTime, :EndTime, :Type, :Level, :Isp, :Area, :NetType, :Platform, :Device, :VersionNum, :ExtFirst, :ExtSecond, :ExtThird, :IsAbroad, :Browser, :Os, :Engine, :Brand, :From, :CostType, :Env, :NetStatus, :WebVitals
1632
1634
 
1633
- def initialize(id=nil, starttime=nil, endtime=nil, type=nil, level=nil, isp=nil, area=nil, nettype=nil, platform=nil, device=nil, versionnum=nil, extfirst=nil, extsecond=nil, extthird=nil, isabroad=nil, browser=nil, os=nil, engine=nil, brand=nil, from=nil, costtype=nil, env=nil, netstatus=nil)
1635
+ def initialize(id=nil, starttime=nil, endtime=nil, type=nil, level=nil, isp=nil, area=nil, nettype=nil, platform=nil, device=nil, versionnum=nil, extfirst=nil, extsecond=nil, extthird=nil, isabroad=nil, browser=nil, os=nil, engine=nil, brand=nil, from=nil, costtype=nil, env=nil, netstatus=nil, webvitals=nil)
1634
1636
  @ID = id
1635
1637
  @StartTime = starttime
1636
1638
  @EndTime = endtime
@@ -1654,6 +1656,7 @@ module TencentCloud
1654
1656
  @CostType = costtype
1655
1657
  @Env = env
1656
1658
  @NetStatus = netstatus
1659
+ @WebVitals = webvitals
1657
1660
  end
1658
1661
 
1659
1662
  def deserialize(params)
@@ -1680,6 +1683,7 @@ module TencentCloud
1680
1683
  @CostType = params['CostType']
1681
1684
  @Env = params['Env']
1682
1685
  @NetStatus = params['NetStatus']
1686
+ @WebVitals = params['WebVitals']
1683
1687
  end
1684
1688
  end
1685
1689
 
@@ -2757,8 +2761,8 @@ module TencentCloud
2757
2761
 
2758
2762
  attr_accessor :Limit, :Offset, :Filters, :IsDemo
2759
2763
  extend Gem::Deprecate
2760
- deprecate :IsDemo, :none, 2025, 3
2761
- deprecate :IsDemo=, :none, 2025, 3
2764
+ deprecate :IsDemo, :none, 2025, 5
2765
+ deprecate :IsDemo=, :none, 2025, 5
2762
2766
 
2763
2767
  def initialize(limit=nil, offset=nil, filters=nil, isdemo=nil)
2764
2768
  @Limit = limit
@@ -3272,8 +3276,8 @@ module TencentCloud
3272
3276
 
3273
3277
  attr_accessor :EndTime, :StartTime, :ID, :IsDemo
3274
3278
  extend Gem::Deprecate
3275
- deprecate :IsDemo, :none, 2025, 3
3276
- deprecate :IsDemo=, :none, 2025, 3
3279
+ deprecate :IsDemo, :none, 2025, 5
3280
+ deprecate :IsDemo=, :none, 2025, 5
3277
3281
 
3278
3282
  def initialize(endtime=nil, starttime=nil, id=nil, isdemo=nil)
3279
3283
  @EndTime = endtime
@@ -3403,12 +3407,12 @@ module TencentCloud
3403
3407
 
3404
3408
  attr_accessor :ChargeStatuses, :ChargeTypes, :Limit, :Offset, :AreaIds, :InstanceStatuses, :InstanceIds, :Filters, :IsDemo
3405
3409
  extend Gem::Deprecate
3406
- deprecate :InstanceStatuses, :none, 2025, 3
3407
- deprecate :InstanceStatuses=, :none, 2025, 3
3408
- deprecate :InstanceIds, :none, 2025, 3
3409
- deprecate :InstanceIds=, :none, 2025, 3
3410
- deprecate :IsDemo, :none, 2025, 3
3411
- deprecate :IsDemo=, :none, 2025, 3
3410
+ deprecate :InstanceStatuses, :none, 2025, 5
3411
+ deprecate :InstanceStatuses=, :none, 2025, 5
3412
+ deprecate :InstanceIds, :none, 2025, 5
3413
+ deprecate :InstanceIds=, :none, 2025, 5
3414
+ deprecate :IsDemo, :none, 2025, 5
3415
+ deprecate :IsDemo=, :none, 2025, 5
3412
3416
 
3413
3417
  def initialize(chargestatuses=nil, chargetypes=nil, limit=nil, offset=nil, areaids=nil, instancestatuses=nil, instanceids=nil, filters=nil, isdemo=nil)
3414
3418
  @ChargeStatuses = chargestatuses
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.1067
4
+ version: 3.0.1069
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-25 00:00:00.000000000 Z
11
+ date: 2025-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common