tencentcloud-sdk-cls 3.0.682 → 3.0.684

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 +13 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4338d8d2a066bcd07f4b71ffa4aa89d87e665532
4
- data.tar.gz: 44befcd10c909f18fbdc6854380eea75316e01fd
3
+ metadata.gz: 9b83392b3e7ccf6e2dcce860294999d89145030d
4
+ data.tar.gz: 7afb324bc8fe97ad347b430da4c8253bb25b32b5
5
5
  SHA512:
6
- metadata.gz: 1ed00df82a92406a15c4a2bee75823dbc8bcdd00786805e4592f17d4f1157ecb1a05553e7aba541a90db04680ccd3e29940d7dd38db9b1110f3f7efa2af3dd31
7
- data.tar.gz: 17eeae5b3fdc505336b20ec95220f79eb63d454335ba00aa606e51ad1de2c3207dd369515038248f6bc060e283dfe12de5bcc3e22bf87b760846d67e14f640a6
6
+ metadata.gz: efd9c9743f07f0cf119d04bd7f86f3fe4ebabb0fac99027a0e1aab2f2731516e039da37a1c580ef0923b845d0b65ab4f0aaff2b6e89b51618c824085a7054a0d
7
+ data.tar.gz: 51013de4929cafd76de28b786f266346d421721261cb58759306bb891913f3462a61a3e7cbb7f13c1bde7230ffed35bdefd3152e9d099d261b4e2b7d5734d4bf
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.682
1
+ 3.0.684
@@ -4687,14 +4687,17 @@ module TencentCloud
4687
4687
  # @type Name: String
4688
4688
  # @param TaskId: 任务id
4689
4689
  # @type TaskId: String
4690
+ # @param Filters: <li>srcTopicName按照【源日志主题名称】进行过滤,模糊匹配,类型:String必选:否<br><li>dstTopicName按照【目标日志主题名称】进行过滤,模糊匹配,类型:String必选:否<br><li>srcTopicId按照【源日志主题ID】进行过滤。类型:String必选:否<br><li>dstTopicId按照【目标日志主题ID】进行过滤。类型:String必选:否<br><li>bizType按照【主题类型】进行过滤,0日志主题1指标主题,,。类型:String必选:否<br><li>status按照【任务状态】进行过滤。类型:String必选:否<br><li>taskName按照【任务名称】进行过滤,模糊匹配,。类型:String必选:否<br><li>taskId按照【任务ID】进行过滤,模糊匹配,。类型:String必选:否每次请求的Filters的上限为10,Filter.Values的上限为100。
4691
+ # @type Filters: Array
4690
4692
 
4691
- attr_accessor :Offset, :Limit, :Name, :TaskId
4693
+ attr_accessor :Offset, :Limit, :Name, :TaskId, :Filters
4692
4694
 
4693
- def initialize(offset=nil, limit=nil, name=nil, taskid=nil)
4695
+ def initialize(offset=nil, limit=nil, name=nil, taskid=nil, filters=nil)
4694
4696
  @Offset = offset
4695
4697
  @Limit = limit
4696
4698
  @Name = name
4697
4699
  @TaskId = taskid
4700
+ @Filters = filters
4698
4701
  end
4699
4702
 
4700
4703
  def deserialize(params)
@@ -4702,6 +4705,14 @@ module TencentCloud
4702
4705
  @Limit = params['Limit']
4703
4706
  @Name = params['Name']
4704
4707
  @TaskId = params['TaskId']
4708
+ unless params['Filters'].nil?
4709
+ @Filters = []
4710
+ params['Filters'].each do |i|
4711
+ filter_tmp = Filter.new
4712
+ filter_tmp.deserialize(i)
4713
+ @Filters << filter_tmp
4714
+ end
4715
+ end
4705
4716
  end
4706
4717
  end
4707
4718
 
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.682
4
+ version: 3.0.684
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-23 00:00:00.000000000 Z
11
+ date: 2023-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common