tencentcloud-sdk-pts 3.0.1072 → 3.0.1074
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 +10 -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: f9b947ce0389d3d1e398a682d5c032c44c536e91
|
4
|
+
data.tar.gz: 2af4c3d63fd6bc4025212bebdab74af6348d6d61
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9ed469b15ff0b223c751b9d7e9bd6260148fb436e423ff5e617fd7ea3111975f1024e3722c4194de9ec4d832ae52c7c0ecb61a915da0336189ab834c8609409
|
7
|
+
data.tar.gz: 7bffcac03c4d5bc03929b4cbcf18e4fe9f5b19819f9677386eaadfd6654e7bee13babbeca0c5f2d5658854af6ff5462c4d73e56b825df4247a37d65754fe35e5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1074
|
data/lib/v20210728/models.rb
CHANGED
@@ -103,17 +103,25 @@ module TencentCloud
|
|
103
103
|
# @type JobId: String
|
104
104
|
# @param TargetRequestsPerSecond: 目标 RPS。其取值应大于起始 RPS,并且小于最大 RPS
|
105
105
|
# @type TargetRequestsPerSecond: Integer
|
106
|
+
# @param ProjectId: 压测项目ID
|
107
|
+
# @type ProjectId: String
|
108
|
+
# @param ScenarioId: 测试场景ID
|
109
|
+
# @type ScenarioId: String
|
106
110
|
|
107
|
-
attr_accessor :JobId, :TargetRequestsPerSecond
|
111
|
+
attr_accessor :JobId, :TargetRequestsPerSecond, :ProjectId, :ScenarioId
|
108
112
|
|
109
|
-
def initialize(jobid=nil, targetrequestspersecond=nil)
|
113
|
+
def initialize(jobid=nil, targetrequestspersecond=nil, projectid=nil, scenarioid=nil)
|
110
114
|
@JobId = jobid
|
111
115
|
@TargetRequestsPerSecond = targetrequestspersecond
|
116
|
+
@ProjectId = projectid
|
117
|
+
@ScenarioId = scenarioid
|
112
118
|
end
|
113
119
|
|
114
120
|
def deserialize(params)
|
115
121
|
@JobId = params['JobId']
|
116
122
|
@TargetRequestsPerSecond = params['TargetRequestsPerSecond']
|
123
|
+
@ProjectId = params['ProjectId']
|
124
|
+
@ScenarioId = params['ScenarioId']
|
117
125
|
end
|
118
126
|
end
|
119
127
|
|
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.1074
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|