tencentcloud-sdk-pts 3.0.641 → 3.0.642

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: d12d2146a2529565fd5c324a5b0aff52badc13d6
4
- data.tar.gz: 0aec4c06661e710486ebf4be223ed0fcce96a517
3
+ metadata.gz: cc15b10661ef1fca18ba297ee9e0b221dcfe6977
4
+ data.tar.gz: e836e1832f4eed15fca6c5b12ebe979dbaf8ae5c
5
5
  SHA512:
6
- metadata.gz: 51d52b136bb438a74caa3522e11a45afa9200e9713e4e5c793f29f54f54a4436e62840ca346b0121c03ae289d2e04d9bbc3336b53ad26666136508d064f24f22
7
- data.tar.gz: 0a0fe4c99602f28f0f9541fd35adc244f5cd06d1d6f17014414c74a89e0882adc1419c1269dbe89625d4eb09091f23c73fe8a535aec94d682812f491cedcc8c5
6
+ metadata.gz: b3a9ca4dd812c193cc788de3de18017b79f4d826e2687be288aa3da806fca8302bb0c53020140c0565eb897e6f9cb16a346319a0b75ddc582849aeff0bc4ede6
7
+ data.tar.gz: 1a1eb744da9b13b91c602abd8778e52dff30a46c584ee606eab6cf5ed8ac8c173abb1e72b45109a8b68f746ea7e2995053c5d3001701506d22c476b1d5c80723
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.641
1
+ 3.0.642
@@ -5039,10 +5039,12 @@ module TencentCloud
5039
5039
  # @type NotificationHooks: Array
5040
5040
  # @param Owner: 创建人名
5041
5041
  # @type Owner: String
5042
+ # @param EnvId: 环境ID
5043
+ # @type EnvId: String
5042
5044
 
5043
- attr_accessor :ScenarioId, :Name, :Description, :Type, :Load, :EncodedScripts, :Configs, :Datasets, :Extensions, :SLAId, :CronId, :Status, :ProjectId, :TestScripts, :Protocols, :RequestFiles, :SLAPolicy, :Plugins, :DomainNameConfig, :NotificationHooks, :Owner
5045
+ attr_accessor :ScenarioId, :Name, :Description, :Type, :Load, :EncodedScripts, :Configs, :Datasets, :Extensions, :SLAId, :CronId, :Status, :ProjectId, :TestScripts, :Protocols, :RequestFiles, :SLAPolicy, :Plugins, :DomainNameConfig, :NotificationHooks, :Owner, :EnvId
5044
5046
 
5045
- def initialize(scenarioid=nil, name=nil, description=nil, type=nil, load=nil, encodedscripts=nil, configs=nil, datasets=nil, extensions=nil, slaid=nil, cronid=nil, status=nil, projectid=nil, testscripts=nil, protocols=nil, requestfiles=nil, slapolicy=nil, plugins=nil, domainnameconfig=nil, notificationhooks=nil, owner=nil)
5047
+ def initialize(scenarioid=nil, name=nil, description=nil, type=nil, load=nil, encodedscripts=nil, configs=nil, datasets=nil, extensions=nil, slaid=nil, cronid=nil, status=nil, projectid=nil, testscripts=nil, protocols=nil, requestfiles=nil, slapolicy=nil, plugins=nil, domainnameconfig=nil, notificationhooks=nil, owner=nil, envid=nil)
5046
5048
  @ScenarioId = scenarioid
5047
5049
  @Name = name
5048
5050
  @Description = description
@@ -5064,6 +5066,7 @@ module TencentCloud
5064
5066
  @DomainNameConfig = domainnameconfig
5065
5067
  @NotificationHooks = notificationhooks
5066
5068
  @Owner = owner
5069
+ @EnvId = envid
5067
5070
  end
5068
5071
 
5069
5072
  def deserialize(params)
@@ -5139,6 +5142,7 @@ module TencentCloud
5139
5142
  end
5140
5143
  end
5141
5144
  @Owner = params['Owner']
5145
+ @EnvId = params['EnvId']
5142
5146
  end
5143
5147
  end
5144
5148
 
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.641
4
+ version: 3.0.642
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-22 00:00:00.000000000 Z
11
+ date: 2023-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -34,8 +34,8 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/tencentcloud-sdk-pts.rb
37
- - lib/v20210728/models.rb
38
37
  - lib/v20210728/client.rb
38
+ - lib/v20210728/models.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: