tencentcloud-sdk-eis 3.0.566 → 3.0.568

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.
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: f431db3245101c8a43e5a956f8734b5e4a62d686
4
- data.tar.gz: fa2d5b926de136d1be2495274e13494ef7ca377f
3
+ metadata.gz: daff2cd61c754010f01e56d131db23f3a33ef83b
4
+ data.tar.gz: bbfa3de5cc66a9978923143e0ead4555da2dbaec
5
5
  SHA512:
6
- metadata.gz: aef2934ca98b85041d1e91a293347cb8e0fddc6ae534b88ae58c33be79297b3e06fc6c52f75742496c8ecb835d21dbf30ef9370f9210d4d6d724ccd007abec9d
7
- data.tar.gz: a54d94fb63eed43cc3c6f435f50de6d46c472c3ee19b047753bb6c00aeb5533409562815b366c5bfddadc4b566eb39073460b97c455858702548e08ab7b62c79
6
+ metadata.gz: bf7af9c024afda58857aacb9aaba98c35e08a3cd7f32e53c7d8c698d7f1c23093f27f3797952ff4d61eb70a9a928e8e1f0b6e9ff950c1b6071b8ad27c6925683
7
+ data.tar.gz: fb98847e82e45149a07dd18eb2aaa88ad2b52116d28c3d86306dd5aea57b62bfa1054e6e41e8ff81dade4185beac33bebeb6b0016ca0a3fdfce1bae8c521d52d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.566
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.566
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-10 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