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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180409/models.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9796e9354df683a7be5f25b9db4916a7b16ecca9
|
|
4
|
+
data.tar.gz: 6d2a8e494f3f25d4715f7af7e12110b5bfb4af49
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a986aa15a4d13c41e68538d4670103869c1ab2b36ae9624ee41ad08466494d0c0698ba8e76c154555ccd420883f7cbfe880e817c02c7abbf04c3c8be68606fc1
|
|
7
|
+
data.tar.gz: 00239869faaa52373484261e293d8f5070a0d186547a3099c20a8cd476c44ae58d98cebc8115500cf26e889cd9d302c6d8aa7e149ab63c13c2c88612917f4e54
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.842
|
data/lib/v20180409/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|