tencentcloud-sdk-rum 1.0.275 → 1.0.278

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: 705e6d3a495c69d707fc7b9158344100d42bba7b
4
- data.tar.gz: d77f9268450c7c1caac1b9cba90ca5da54fc9ed5
3
+ metadata.gz: f991ea67c6d4b179d1eda0d51bc8fba6cc4b2cd4
4
+ data.tar.gz: d854fc599574e7943906bdb4a29d66d346c035c0
5
5
  SHA512:
6
- metadata.gz: cbd93a219e20123deb2398edf0900c42f05316d79f74792b8c71b15bff90ec706b19deb4a7a59c586d0e5a4cb664ef9f2314dc529990f541ac25e3f732f801bd
7
- data.tar.gz: 00cccf3668152c70289350fe8f74939e288a48d0ca1b897da97e82047b7e079b82da2cadeb556160986cb87a754f1b7329bee7bacb306682d29da7244bb6920a
6
+ metadata.gz: 21073e95c71229b6722423b07e3a8364307e9864d123ac5bd4de6cd833f8e425eec0fc533d09190d4a86fc54fbcddceafe4a155280f4b5de35d4c9ba56962d4c
7
+ data.tar.gz: e11bcfc5c220c4856fed309a99b8823026a8cd66e3684c650e848925a1158eda96312fb0fe44464fdf31fe174491ef8e478031d6ac1087dca0dbbcf6b6c5903a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.275
1
+ 1.0.278
@@ -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.278
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-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common