tencentcloud-sdk-pts 3.0.384 → 3.0.387
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/v20210728/models.rb +6 -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: 93934eaf0923f0352e54c2caa6a2538220d569a0
|
4
|
+
data.tar.gz: e84dfe3181cd3fa38f82e7d8e04fa55061a8f9bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 549c5551e3190fccf80645f0313ea35bdeef08aa8b16da184dabe35cc0ae29cf98cee508e6edfb3f02358f0e80c85e4caa7281aa29803c950e39522d19443652
|
7
|
+
data.tar.gz: 2e0ae016b3ea0ad3d97501c628e96f75579d07e231c131f8e140019c9addc5c91035eecdc5ce583a3b012c807def1708d99fa76c27efa95c302f3ae245156f05
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.387
|
data/lib/v20210728/models.rb
CHANGED
@@ -2499,10 +2499,12 @@ module TencentCloud
|
|
2499
2499
|
# @type ScenarioRelatedJobsParams: :class:`Tencentcloud::Pts.v20210728.models.ScenarioRelatedJobsParams`
|
2500
2500
|
# @param IgnoreScript: 是否需要返回场景的脚本内容
|
2501
2501
|
# @type IgnoreScript: Boolean
|
2502
|
+
# @param IgnoreDataset: 是否需要返回测试数据文件信息
|
2503
|
+
# @type IgnoreDataset: Boolean
|
2502
2504
|
|
2503
|
-
attr_accessor :Offset, :Limit, :ProjectIds, :ScenarioIds, :ScenarioName, :ScenarioStatus, :OrderBy, :Ascend, :ScenarioRelatedJobsParams, :IgnoreScript
|
2505
|
+
attr_accessor :Offset, :Limit, :ProjectIds, :ScenarioIds, :ScenarioName, :ScenarioStatus, :OrderBy, :Ascend, :ScenarioRelatedJobsParams, :IgnoreScript, :IgnoreDataset
|
2504
2506
|
|
2505
|
-
def initialize(offset=nil, limit=nil, projectids=nil, scenarioids=nil, scenarioname=nil, scenariostatus=nil, orderby=nil, ascend=nil, scenariorelatedjobsparams=nil, ignorescript=nil)
|
2507
|
+
def initialize(offset=nil, limit=nil, projectids=nil, scenarioids=nil, scenarioname=nil, scenariostatus=nil, orderby=nil, ascend=nil, scenariorelatedjobsparams=nil, ignorescript=nil, ignoredataset=nil)
|
2506
2508
|
@Offset = offset
|
2507
2509
|
@Limit = limit
|
2508
2510
|
@ProjectIds = projectids
|
@@ -2513,6 +2515,7 @@ module TencentCloud
|
|
2513
2515
|
@Ascend = ascend
|
2514
2516
|
@ScenarioRelatedJobsParams = scenariorelatedjobsparams
|
2515
2517
|
@IgnoreScript = ignorescript
|
2518
|
+
@IgnoreDataset = ignoredataset
|
2516
2519
|
end
|
2517
2520
|
|
2518
2521
|
def deserialize(params)
|
@@ -2529,6 +2532,7 @@ module TencentCloud
|
|
2529
2532
|
@ScenarioRelatedJobsParams.deserialize(params['ScenarioRelatedJobsParams'])
|
2530
2533
|
end
|
2531
2534
|
@IgnoreScript = params['IgnoreScript']
|
2535
|
+
@IgnoreDataset = params['IgnoreDataset']
|
2532
2536
|
end
|
2533
2537
|
end
|
2534
2538
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-pts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.387
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-08-
|
11
|
+
date: 2022-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|