tencentcloud-sdk-pts 3.0.640 → 3.0.642

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6cc81144d6a54d9fe305a4aec3919850d7ee5ce0
4
- data.tar.gz: 4953b3dd845277fe55b0f32e094b93efd0fc1288
3
+ metadata.gz: cc15b10661ef1fca18ba297ee9e0b221dcfe6977
4
+ data.tar.gz: e836e1832f4eed15fca6c5b12ebe979dbaf8ae5c
5
5
  SHA512:
6
- metadata.gz: b6a69e88ad7bb047e7ccd278c74178f88ee65ba04ba0fecf82514c8672905f29867467856f2319befc379bf250d281274a4aedc58d976ed0fdb4122f5f07fe23
7
- data.tar.gz: 1f173aecee6e2c12e89c8591203838b44f936e8a4aef329bff32d617b3074945ec0fa1249abb9cf3edd73a258a478818f7cf8c5b5848c49c5df8f4120204248c
6
+ metadata.gz: b3a9ca4dd812c193cc788de3de18017b79f4d826e2687be288aa3da806fca8302bb0c53020140c0565eb897e6f9cb16a346319a0b75ddc582849aeff0bc4ede6
7
+ data.tar.gz: 1a1eb744da9b13b91c602abd8778e52dff30a46c584ee606eab6cf5ed8ac8c173abb1e72b45109a8b68f746ea7e2995053c5d3001701506d22c476b1d5c80723
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.640
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.640
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-21 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: