tencentcloud-sdk-rum 1.0.275 → 1.0.276

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: 705e6d3a495c69d707fc7b9158344100d42bba7b
4
- data.tar.gz: d77f9268450c7c1caac1b9cba90ca5da54fc9ed5
3
+ metadata.gz: cd13e338fb3534021103dff17f13760f14f99ca2
4
+ data.tar.gz: 057df0e63d3ec8a5e1db0b736f346c0b73bb1fa1
5
5
  SHA512:
6
- metadata.gz: cbd93a219e20123deb2398edf0900c42f05316d79f74792b8c71b15bff90ec706b19deb4a7a59c586d0e5a4cb664ef9f2314dc529990f541ac25e3f732f801bd
7
- data.tar.gz: 00cccf3668152c70289350fe8f74939e288a48d0ca1b897da97e82047b7e079b82da2cadeb556160986cb87a754f1b7329bee7bacb306682d29da7244bb6920a
6
+ metadata.gz: 5b258c68c72a544225498451e58921ab600632b5adc3087fea20f5444422286ccc5befe58b78805a81b61907664cf93c15b4de1c0a4ae7a526ce345e84b4d288
7
+ data.tar.gz: 628470312714c55abcab3fbcdf589b04cdf39d63dc6fd5b2efe79eac822c665580991f8830f622e3511dc4423d29b3c2996797f9563f0db5d177b38939f8bc89
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.275
1
+ 1.0.276
@@ -290,10 +290,12 @@ module TencentCloud
290
290
  # @type CountNum: String
291
291
  # @param PeriodRetain: 数据存储时长计费
292
292
  # @type PeriodRetain: String
293
+ # @param BuyingChannel: 实例购买渠道("cdn" 等)
294
+ # @type BuyingChannel: String
293
295
 
294
- attr_accessor :AreaId, :ChargeType, :DataRetentionDays, :InstanceName, :Tags, :InstanceDesc, :CountNum, :PeriodRetain
296
+ attr_accessor :AreaId, :ChargeType, :DataRetentionDays, :InstanceName, :Tags, :InstanceDesc, :CountNum, :PeriodRetain, :BuyingChannel
295
297
 
296
- def initialize(areaid=nil, chargetype=nil, dataretentiondays=nil, instancename=nil, tags=nil, instancedesc=nil, countnum=nil, periodretain=nil)
298
+ def initialize(areaid=nil, chargetype=nil, dataretentiondays=nil, instancename=nil, tags=nil, instancedesc=nil, countnum=nil, periodretain=nil, buyingchannel=nil)
297
299
  @AreaId = areaid
298
300
  @ChargeType = chargetype
299
301
  @DataRetentionDays = dataretentiondays
@@ -302,6 +304,7 @@ module TencentCloud
302
304
  @InstanceDesc = instancedesc
303
305
  @CountNum = countnum
304
306
  @PeriodRetain = periodretain
307
+ @BuyingChannel = buyingchannel
305
308
  end
306
309
 
307
310
  def deserialize(params)
@@ -320,6 +323,7 @@ module TencentCloud
320
323
  @InstanceDesc = params['InstanceDesc']
321
324
  @CountNum = params['CountNum']
322
325
  @PeriodRetain = params['PeriodRetain']
326
+ @BuyingChannel = params['BuyingChannel']
323
327
  end
324
328
  end
325
329
 
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: 1.0.275
4
+ version: 1.0.276
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-11 00:00:00.000000000 Z
11
+ date: 2022-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common