tencentcloud-sdk-cat 3.0.840 → 3.0.842

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: 81e4b96ca84036009475d6ad0ca99a4a06ad965a
4
- data.tar.gz: 257ac6dde6d4af0d265506b004f55c3ff1628e2e
3
+ metadata.gz: 9796e9354df683a7be5f25b9db4916a7b16ecca9
4
+ data.tar.gz: 6d2a8e494f3f25d4715f7af7e12110b5bfb4af49
5
5
  SHA512:
6
- metadata.gz: b7d94fed8d699550dd639116e6442ad6e486bbc3f07d8178b511c557673244c8b4e4f6021d2a5ecd59bb8b52e1c3b3c4d5d4cc16101cea6c595f5bbc9ff4d479
7
- data.tar.gz: 68e1c4cf554f6286c1d7e2ad41acc7cad5f04a5c93e29091573c9d920c21bfb4fc5c77c6dfe08335f1f19836568ea505902d02455c3d73b6b8d678e92c0e7135
6
+ metadata.gz: a986aa15a4d13c41e68538d4670103869c1ab2b36ae9624ee41ad08466494d0c0698ba8e76c154555ccd420883f7cbfe880e817c02c7abbf04c3c8be68606fc1
7
+ data.tar.gz: 00239869faaa52373484261e293d8f5070a0d186547a3099c20a8cd476c44ae58d98cebc8115500cf26e889cd9d302c6d8aa7e149ab63c13c2c88612917f4e54
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.840
1
+ 3.0.842
@@ -984,10 +984,13 @@ module TencentCloud
984
984
  # @param TagInfoList: 任务当前绑定的标签
985
985
  # 注意:此字段可能返回 null,表示取不到有效值。
986
986
  # @type TagInfoList: Array
987
+ # @param SubSyncFlag: 是否为同步账号
988
+ # 注意:此字段可能返回 null,表示取不到有效值。
989
+ # @type SubSyncFlag: Integer
987
990
 
988
- attr_accessor :Name, :TaskId, :TaskType, :Nodes, :NodeIpType, :Interval, :Parameters, :Status, :TargetAddress, :PayMode, :OrderState, :TaskCategory, :CreatedAt, :Cron, :CronState, :TagInfoList
991
+ attr_accessor :Name, :TaskId, :TaskType, :Nodes, :NodeIpType, :Interval, :Parameters, :Status, :TargetAddress, :PayMode, :OrderState, :TaskCategory, :CreatedAt, :Cron, :CronState, :TagInfoList, :SubSyncFlag
989
992
 
990
- def initialize(name=nil, taskid=nil, tasktype=nil, nodes=nil, nodeiptype=nil, interval=nil, parameters=nil, status=nil, targetaddress=nil, paymode=nil, orderstate=nil, taskcategory=nil, createdat=nil, cron=nil, cronstate=nil, taginfolist=nil)
993
+ def initialize(name=nil, taskid=nil, tasktype=nil, nodes=nil, nodeiptype=nil, interval=nil, parameters=nil, status=nil, targetaddress=nil, paymode=nil, orderstate=nil, taskcategory=nil, createdat=nil, cron=nil, cronstate=nil, taginfolist=nil, subsyncflag=nil)
991
994
  @Name = name
992
995
  @TaskId = taskid
993
996
  @TaskType = tasktype
@@ -1004,6 +1007,7 @@ module TencentCloud
1004
1007
  @Cron = cron
1005
1008
  @CronState = cronstate
1006
1009
  @TagInfoList = taginfolist
1010
+ @SubSyncFlag = subsyncflag
1007
1011
  end
1008
1012
 
1009
1013
  def deserialize(params)
@@ -1030,6 +1034,7 @@ module TencentCloud
1030
1034
  @TagInfoList << keyvaluepair_tmp
1031
1035
  end
1032
1036
  end
1037
+ @SubSyncFlag = params['SubSyncFlag']
1033
1038
  end
1034
1039
  end
1035
1040
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cat
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.840
4
+ version: 3.0.842
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-09 00:00:00.000000000 Z
11
+ date: 2024-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common