tencentcloud-sdk-pts 3.0.929 → 3.0.930
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 +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: a9903b5a1452dcb027359d5d7931133908b87af2
|
|
4
|
+
data.tar.gz: 8822c55b786fa90d61c11b6e549b672501c19067
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f2f9af62ed5c00f340e1be66c7b50ee9c6caf892cd89d1da5e482da54d6f93338233e21dca5df803ced0e76947f0ab542128f62f4d614e2c897775240c9ec309
|
|
7
|
+
data.tar.gz: 9ab8cf46850ea852a23c23ab09a203c68ea399cd52d418a4752d0fa81f2d2ee14c67c70a8800654810aba941b4996c3d22d79d56993d4702fba3257176650934
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.930
|
data/lib/v20210728/models.rb
CHANGED
|
@@ -3433,10 +3433,13 @@ module TencentCloud
|
|
|
3433
3433
|
# @param ScenarioName: test-scenario
|
|
3434
3434
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3435
3435
|
# @type ScenarioName: String
|
|
3436
|
+
# @param PayMode: 付费类型
|
|
3437
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3438
|
+
# @type PayMode: Integer
|
|
3436
3439
|
|
|
3437
|
-
attr_accessor :JobId, :ScenarioId, :Load, :Configs, :Datasets, :Extensions, :Status, :StartTime, :EndTime, :MaxVirtualUserCount, :Note, :ErrorRate, :JobOwner, :LoadSources, :Duration, :MaxRequestsPerSecond, :RequestTotal, :RequestsPerSecond, :ResponseTimeAverage, :ResponseTimeP99, :ResponseTimeP95, :ResponseTimeP90, :Scripts, :ResponseTimeMax, :ResponseTimeMin, :LoadSourceInfos, :TestScripts, :Protocols, :RequestFiles, :Plugins, :CronId, :Type, :DomainNameConfig, :Debug, :AbortReason, :CreatedAt, :ProjectId, :NotificationHooks, :NetworkReceiveRate, :NetworkSendRate, :Message, :ProjectName, :ScenarioName
|
|
3440
|
+
attr_accessor :JobId, :ScenarioId, :Load, :Configs, :Datasets, :Extensions, :Status, :StartTime, :EndTime, :MaxVirtualUserCount, :Note, :ErrorRate, :JobOwner, :LoadSources, :Duration, :MaxRequestsPerSecond, :RequestTotal, :RequestsPerSecond, :ResponseTimeAverage, :ResponseTimeP99, :ResponseTimeP95, :ResponseTimeP90, :Scripts, :ResponseTimeMax, :ResponseTimeMin, :LoadSourceInfos, :TestScripts, :Protocols, :RequestFiles, :Plugins, :CronId, :Type, :DomainNameConfig, :Debug, :AbortReason, :CreatedAt, :ProjectId, :NotificationHooks, :NetworkReceiveRate, :NetworkSendRate, :Message, :ProjectName, :ScenarioName, :PayMode
|
|
3438
3441
|
|
|
3439
|
-
def initialize(jobid=nil, scenarioid=nil, load=nil, configs=nil, datasets=nil, extensions=nil, status=nil, starttime=nil, endtime=nil, maxvirtualusercount=nil, note=nil, errorrate=nil, jobowner=nil, loadsources=nil, duration=nil, maxrequestspersecond=nil, requesttotal=nil, requestspersecond=nil, responsetimeaverage=nil, responsetimep99=nil, responsetimep95=nil, responsetimep90=nil, scripts=nil, responsetimemax=nil, responsetimemin=nil, loadsourceinfos=nil, testscripts=nil, protocols=nil, requestfiles=nil, plugins=nil, cronid=nil, type=nil, domainnameconfig=nil, debug=nil, abortreason=nil, createdat=nil, projectid=nil, notificationhooks=nil, networkreceiverate=nil, networksendrate=nil, message=nil, projectname=nil, scenarioname=nil)
|
|
3442
|
+
def initialize(jobid=nil, scenarioid=nil, load=nil, configs=nil, datasets=nil, extensions=nil, status=nil, starttime=nil, endtime=nil, maxvirtualusercount=nil, note=nil, errorrate=nil, jobowner=nil, loadsources=nil, duration=nil, maxrequestspersecond=nil, requesttotal=nil, requestspersecond=nil, responsetimeaverage=nil, responsetimep99=nil, responsetimep95=nil, responsetimep90=nil, scripts=nil, responsetimemax=nil, responsetimemin=nil, loadsourceinfos=nil, testscripts=nil, protocols=nil, requestfiles=nil, plugins=nil, cronid=nil, type=nil, domainnameconfig=nil, debug=nil, abortreason=nil, createdat=nil, projectid=nil, notificationhooks=nil, networkreceiverate=nil, networksendrate=nil, message=nil, projectname=nil, scenarioname=nil, paymode=nil)
|
|
3440
3443
|
@JobId = jobid
|
|
3441
3444
|
@ScenarioId = scenarioid
|
|
3442
3445
|
@Load = load
|
|
@@ -3480,6 +3483,7 @@ module TencentCloud
|
|
|
3480
3483
|
@Message = message
|
|
3481
3484
|
@ProjectName = projectname
|
|
3482
3485
|
@ScenarioName = scenarioname
|
|
3486
|
+
@PayMode = paymode
|
|
3483
3487
|
end
|
|
3484
3488
|
|
|
3485
3489
|
def deserialize(params)
|
|
@@ -3584,6 +3588,7 @@ module TencentCloud
|
|
|
3584
3588
|
@Message = params['Message']
|
|
3585
3589
|
@ProjectName = params['ProjectName']
|
|
3586
3590
|
@ScenarioName = params['ScenarioName']
|
|
3591
|
+
@PayMode = params['PayMode']
|
|
3587
3592
|
end
|
|
3588
3593
|
end
|
|
3589
3594
|
|
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.930
|
|
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-10-
|
|
11
|
+
date: 2024-10-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|