tencentcloud-sdk-eis 3.0.567 → 3.0.568

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210601/models.rb +14 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 05006f66c802c96d0098b934118269f7de3d91b6
4
- data.tar.gz: f195e5206defdaf0388cc7c272b21079520d91c9
3
+ metadata.gz: daff2cd61c754010f01e56d131db23f3a33ef83b
4
+ data.tar.gz: bbfa3de5cc66a9978923143e0ead4555da2dbaec
5
5
  SHA512:
6
- metadata.gz: 68ace52b45948571a4000d80a94a6dba5675af6f27bf41dd6f68fd9bbe31d4ca3fd835beec68afd27814ef32ba5861f00b963e74d53611aeedbf71b35893e6de
7
- data.tar.gz: b2c1c52271db6cb04fca93c0b7f3f628929f4ec8e0f0d1b6b26104c2584fdc24bb6386cd151abac0ecff809f15b98af226dc1cfc9a98837c48c679b754d11c47
6
+ metadata.gz: bf7af9c024afda58857aacb9aaba98c35e08a3cd7f32e53c7d8c698d7f1c23093f27f3797952ff4d61eb70a9a928e8e1f0b6e9ff950c1b6071b8ad27c6925683
7
+ data.tar.gz: fb98847e82e45149a07dd18eb2aaa88ad2b52116d28c3d86306dd5aea57b62bfa1054e6e41e8ff81dade4185beac33bebeb6b0016ca0a3fdfce1bae8c521d52d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.567
1
+ 3.0.568
@@ -190,12 +190,25 @@ module TencentCloud
190
190
 
191
191
  # ListDeployableRuntimesMC请求参数结构体
192
192
  class ListDeployableRuntimesMCRequest < TencentCloud::Common::AbstractModel
193
+ # @param ProjectId: 应用id
194
+ # @type ProjectId: Integer
195
+ # @param InstanceId: 实例id
196
+ # @type InstanceId: Integer
197
+ # @param PlanType: 版本类型 0-pro 1-lite
198
+ # @type PlanType: Integer
193
199
 
200
+ attr_accessor :ProjectId, :InstanceId, :PlanType
194
201
 
195
- def initialize()
202
+ def initialize(projectid=nil, instanceid=nil, plantype=nil)
203
+ @ProjectId = projectid
204
+ @InstanceId = instanceid
205
+ @PlanType = plantype
196
206
  end
197
207
 
198
208
  def deserialize(params)
209
+ @ProjectId = params['ProjectId']
210
+ @InstanceId = params['InstanceId']
211
+ @PlanType = params['PlanType']
199
212
  end
200
213
  end
201
214
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-eis
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.567
4
+ version: 3.0.568
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-05-11 00:00:00.000000000 Z
11
+ date: 2023-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common