tencentcloud-sdk-cat 3.0.872 → 3.0.873

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: f29da30c646bd328746cc61a17a14850f80b88f9
4
- data.tar.gz: ef5d9b09943aa7ce41f017024e1bac7e94aadc9d
3
+ metadata.gz: 16e21ada54b4315944764c6356b94083a57bf538
4
+ data.tar.gz: 1f527e1b9f3c52e2a7a91421476c376d3785f3a1
5
5
  SHA512:
6
- metadata.gz: f936d934ffa3b03405bc3238cdddf46a04934e59f15d8d39f7a245cfb8685d1f1f4873b4cac7a108e628aacfd23a67bb4439e5b675184a3688dd3251aa058ed5
7
- data.tar.gz: c305edf7f4d81f11abafbde974b3c9647fb2f75490e25a4c1820fd0ea4deec653a3f486715bd47c5079e4f6cf43934f7e8bd34bc9a3ada3abad40127dc96d929
6
+ metadata.gz: d1c74349c9e18556aea54d7d78f7579f46af1e8a189f0847686ffa3254ce7e144afbefb2e9c604e88c6a357cd911ecb4e533494c4450996d621eb3fcbf45daf9
7
+ data.tar.gz: 52d1f056fd10c2e24d5d9ee2b8adb666e4f5ab80dde0de1ac3ae2dc896ae71070bddd213ab6a416dc2ef251ed4aae6fe65965930f78848bc2dadf663295a39c9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.872
1
+ 3.0.873
@@ -45,10 +45,12 @@ module TencentCloud
45
45
  # @type ClientNum: String
46
46
  # @param NodeIpType: 拨测点IP类型:0-不限制IP类型,1-IPv4,2-IPv6
47
47
  # @type NodeIpType: Integer
48
+ # @param SubSyncFlag: 供应商子账户同步标志
49
+ # @type SubSyncFlag: Integer
48
50
 
49
- attr_accessor :BatchTasks, :TaskType, :Nodes, :Interval, :Parameters, :TaskCategory, :Cron, :Tag, :ProbeType, :PluginSource, :ClientNum, :NodeIpType
51
+ attr_accessor :BatchTasks, :TaskType, :Nodes, :Interval, :Parameters, :TaskCategory, :Cron, :Tag, :ProbeType, :PluginSource, :ClientNum, :NodeIpType, :SubSyncFlag
50
52
 
51
- def initialize(batchtasks=nil, tasktype=nil, nodes=nil, interval=nil, parameters=nil, taskcategory=nil, cron=nil, tag=nil, probetype=nil, pluginsource=nil, clientnum=nil, nodeiptype=nil)
53
+ def initialize(batchtasks=nil, tasktype=nil, nodes=nil, interval=nil, parameters=nil, taskcategory=nil, cron=nil, tag=nil, probetype=nil, pluginsource=nil, clientnum=nil, nodeiptype=nil, subsyncflag=nil)
52
54
  @BatchTasks = batchtasks
53
55
  @TaskType = tasktype
54
56
  @Nodes = nodes
@@ -61,6 +63,7 @@ module TencentCloud
61
63
  @PluginSource = pluginsource
62
64
  @ClientNum = clientnum
63
65
  @NodeIpType = nodeiptype
66
+ @SubSyncFlag = subsyncflag
64
67
  end
65
68
 
66
69
  def deserialize(params)
@@ -90,6 +93,7 @@ module TencentCloud
90
93
  @PluginSource = params['PluginSource']
91
94
  @ClientNum = params['ClientNum']
92
95
  @NodeIpType = params['NodeIpType']
96
+ @SubSyncFlag = params['SubSyncFlag']
93
97
  end
94
98
  end
95
99
 
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.872
4
+ version: 3.0.873
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-07-24 00:00:00.000000000 Z
11
+ date: 2024-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common