tencentcloud-sdk-cls 3.0.685 → 3.0.686

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: 09ac9a16706b4ac3e8f30b0a7e8d8bbb72ddb82f
4
- data.tar.gz: c198ec19df54763658a7ed974ec52f6746bf039e
3
+ metadata.gz: 0c6d20971c25962866989776a1913cdc332c8641
4
+ data.tar.gz: 7c4b3c28817025150552ec3d870660d13e654080
5
5
  SHA512:
6
- metadata.gz: 59e509331f82b2908265283335450eceecbdc62544056f9fd78b7f5eda5c7195c76f5e76647c3380c104b01eb47f8c6fdc35d2563c3fa54c28a97a2845a9cb77
7
- data.tar.gz: a8b86bbe00487fe0235e04026dccbabcf1bded2d27fa497039c3f3fd86d630cf9ed8748cb47a7bc0a007f373278693ad3dd0e33faefebcf03a74da579b55176b
6
+ metadata.gz: b926efdc838239bdb18a176bd28518bf2fbca9871d45e26f574b1f6440f63edb40a517a7ff4ccfb362239b9b6e75cb237d771b2a7a2f59991a0e46333e4aecb1
7
+ data.tar.gz: 940e82ab5a100f854141f706265889b4680bc8e3f525da98d888acc233c8eba343514949c80938ed2668258c29b7eb12176b26c0b9352f8e07bf46aebd558a15
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.685
1
+ 3.0.686
@@ -6813,15 +6813,18 @@ module TencentCloud
6813
6813
  # @type EnableFlag: Integer
6814
6814
  # @param DstResources: 加工任务目的topic_id以及别名
6815
6815
  # @type DstResources: Array
6816
+ # @param HasServicesLog: 是否开启投递服务日志。1关闭,2开启
6817
+ # @type HasServicesLog: Integer
6816
6818
 
6817
- attr_accessor :TaskId, :Name, :EtlContent, :EnableFlag, :DstResources
6819
+ attr_accessor :TaskId, :Name, :EtlContent, :EnableFlag, :DstResources, :HasServicesLog
6818
6820
 
6819
- def initialize(taskid=nil, name=nil, etlcontent=nil, enableflag=nil, dstresources=nil)
6821
+ def initialize(taskid=nil, name=nil, etlcontent=nil, enableflag=nil, dstresources=nil, hasserviceslog=nil)
6820
6822
  @TaskId = taskid
6821
6823
  @Name = name
6822
6824
  @EtlContent = etlcontent
6823
6825
  @EnableFlag = enableflag
6824
6826
  @DstResources = dstresources
6827
+ @HasServicesLog = hasserviceslog
6825
6828
  end
6826
6829
 
6827
6830
  def deserialize(params)
@@ -6837,6 +6840,7 @@ module TencentCloud
6837
6840
  @DstResources << datatransformresouceinfo_tmp
6838
6841
  end
6839
6842
  end
6843
+ @HasServicesLog = params['HasServicesLog']
6840
6844
  end
6841
6845
  end
6842
6846
 
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.685
4
+ version: 3.0.686
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-26 00:00:00.000000000 Z
11
+ date: 2023-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common