tencentcloud-sdk-cls 3.0.550 → 3.0.551

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/v20201016/models.rb +12 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bcb097d5f69296ad6ef91bf32963de08b56c0dd1
4
- data.tar.gz: 646398830a33c1f278828e1d9f6410c9eb8f4da5
3
+ metadata.gz: 9dd14ac0a32b8a623e9d92bced935d1ef51e8126
4
+ data.tar.gz: 091284c71d4d554d946f8e8bb872573f517be140
5
5
  SHA512:
6
- metadata.gz: 61b08b0766c4c4472f933513a23cfd54e2c7a9d3064b069da2ab72a8d1df06c2c47697d31ac4219597fb4e999a3b7fae0f34d366364a81b67ebaf915e8351463
7
- data.tar.gz: d9a2ab97acccf70245686a9bbb9c878cb546d08641f5777b36ba3f5d1dd60bdaf0a16e0ecfad659fc9f183df4d31f11620cacd3a20eef7d292fa7e230d0f764d
6
+ metadata.gz: c972435aa4a40cdc504218fc044ac67dc6d5fb1722d85e43c9353e05151cddce241c0b42df0d13c4ef11d9e709d4f0fb5fd840378b91a9e84f1958b21e4acd3f
7
+ data.tar.gz: cce287c8da5dd048eb804f3bf0cb6ac5d8d2cda83295fdc5c5eb24c1e66bd49758f5e310321e0e3a45289fd6b5a5fdbdbd7fe4939d770246545d543cebc83acc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.550
1
+ 3.0.551
@@ -1817,10 +1817,12 @@ module TencentCloud
1817
1817
  # @param HotPeriod: 0:关闭日志沉降。
1818
1818
  # 非0:开启日志沉降后标准存储的天数。HotPeriod需要大于等于7,且小于Period。仅在StorageType为 hot 时生效
1819
1819
  # @type HotPeriod: Integer
1820
+ # @param IsWebTracking: webtracking开关; false: 关闭 true: 开启
1821
+ # @type IsWebTracking: Boolean
1820
1822
 
1821
- attr_accessor :LogsetId, :TopicName, :PartitionCount, :Tags, :AutoSplit, :MaxSplitPartitions, :StorageType, :Period, :Describes, :HotPeriod
1823
+ attr_accessor :LogsetId, :TopicName, :PartitionCount, :Tags, :AutoSplit, :MaxSplitPartitions, :StorageType, :Period, :Describes, :HotPeriod, :IsWebTracking
1822
1824
 
1823
- def initialize(logsetid=nil, topicname=nil, partitioncount=nil, tags=nil, autosplit=nil, maxsplitpartitions=nil, storagetype=nil, period=nil, describes=nil, hotperiod=nil)
1825
+ def initialize(logsetid=nil, topicname=nil, partitioncount=nil, tags=nil, autosplit=nil, maxsplitpartitions=nil, storagetype=nil, period=nil, describes=nil, hotperiod=nil, iswebtracking=nil)
1824
1826
  @LogsetId = logsetid
1825
1827
  @TopicName = topicname
1826
1828
  @PartitionCount = partitioncount
@@ -1831,6 +1833,7 @@ module TencentCloud
1831
1833
  @Period = period
1832
1834
  @Describes = describes
1833
1835
  @HotPeriod = hotperiod
1836
+ @IsWebTracking = iswebtracking
1834
1837
  end
1835
1838
 
1836
1839
  def deserialize(params)
@@ -1851,6 +1854,7 @@ module TencentCloud
1851
1854
  @Period = params['Period']
1852
1855
  @Describes = params['Describes']
1853
1856
  @HotPeriod = params['HotPeriod']
1857
+ @IsWebTracking = params['IsWebTracking']
1854
1858
  end
1855
1859
  end
1856
1860
 
@@ -5215,10 +5219,12 @@ module TencentCloud
5215
5219
  # @param HotPeriod: 0:关闭日志沉降。
5216
5220
  # 非0:开启日志沉降后标准存储的天数。HotPeriod需要大于等于7,且小于Period。仅在StorageType为 hot 时生效
5217
5221
  # @type HotPeriod: Integer
5222
+ # @param IsWebTracking: webtracking开关; false: 关闭 true: 开启
5223
+ # @type IsWebTracking: Boolean
5218
5224
 
5219
- attr_accessor :TopicId, :TopicName, :Tags, :Status, :AutoSplit, :MaxSplitPartitions, :Period, :Describes, :HotPeriod
5225
+ attr_accessor :TopicId, :TopicName, :Tags, :Status, :AutoSplit, :MaxSplitPartitions, :Period, :Describes, :HotPeriod, :IsWebTracking
5220
5226
 
5221
- def initialize(topicid=nil, topicname=nil, tags=nil, status=nil, autosplit=nil, maxsplitpartitions=nil, period=nil, describes=nil, hotperiod=nil)
5227
+ def initialize(topicid=nil, topicname=nil, tags=nil, status=nil, autosplit=nil, maxsplitpartitions=nil, period=nil, describes=nil, hotperiod=nil, iswebtracking=nil)
5222
5228
  @TopicId = topicid
5223
5229
  @TopicName = topicname
5224
5230
  @Tags = tags
@@ -5228,6 +5234,7 @@ module TencentCloud
5228
5234
  @Period = period
5229
5235
  @Describes = describes
5230
5236
  @HotPeriod = hotperiod
5237
+ @IsWebTracking = iswebtracking
5231
5238
  end
5232
5239
 
5233
5240
  def deserialize(params)
@@ -5247,6 +5254,7 @@ module TencentCloud
5247
5254
  @Period = params['Period']
5248
5255
  @Describes = params['Describes']
5249
5256
  @HotPeriod = params['HotPeriod']
5257
+ @IsWebTracking = params['IsWebTracking']
5250
5258
  end
5251
5259
  end
5252
5260
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cls
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.550
4
+ version: 3.0.551
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-04-13 00:00:00.000000000 Z
11
+ date: 2023-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common