tencentcloud-sdk-eis 3.0.568 → 3.0.569

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: daff2cd61c754010f01e56d131db23f3a33ef83b
4
- data.tar.gz: bbfa3de5cc66a9978923143e0ead4555da2dbaec
3
+ metadata.gz: 7930c7127f390a2420a35cf3c7b3c66647f47fdc
4
+ data.tar.gz: c0a1ff70c90a58258b3ddda4cf362a90324ef727
5
5
  SHA512:
6
- metadata.gz: bf7af9c024afda58857aacb9aaba98c35e08a3cd7f32e53c7d8c698d7f1c23093f27f3797952ff4d61eb70a9a928e8e1f0b6e9ff950c1b6071b8ad27c6925683
7
- data.tar.gz: fb98847e82e45149a07dd18eb2aaa88ad2b52116d28c3d86306dd5aea57b62bfa1054e6e41e8ff81dade4185beac33bebeb6b0016ca0a3fdfce1bae8c521d52d
6
+ metadata.gz: 25a58d352d450f8cd5eea3bd9ce1dc426510718e1c8a49204e226ed1f6e6845f7d6aff129afb767f828a26d359be2254d8a55dd0b32dbed49f82462de93f322d
7
+ data.tar.gz: f4212e358ef475e8edcd43670439b58d03f2a0a1eb7aab644e123a8996705666657323e489d423a1c16b05738a9b80c670d6ca0e2ce10b8c5f9da19e8ebfcc70
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.568
1
+ 3.0.569
@@ -325,15 +325,19 @@ module TencentCloud
325
325
  class ListRuntimesMCRequest < TencentCloud::Common::AbstractModel
326
326
  # @param RuntimeClass: 环境运行类型:0:运行时类型、1:api类型
327
327
  # @type RuntimeClass: Integer
328
+ # @param PlanType: 计划类型:0-pro 1-lite
329
+ # @type PlanType: Integer
328
330
 
329
- attr_accessor :RuntimeClass
331
+ attr_accessor :RuntimeClass, :PlanType
330
332
 
331
- def initialize(runtimeclass=nil)
333
+ def initialize(runtimeclass=nil, plantype=nil)
332
334
  @RuntimeClass = runtimeclass
335
+ @PlanType = plantype
333
336
  end
334
337
 
335
338
  def deserialize(params)
336
339
  @RuntimeClass = params['RuntimeClass']
340
+ @PlanType = params['PlanType']
337
341
  end
338
342
  end
339
343
 
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.568
4
+ version: 3.0.569
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-12 00:00:00.000000000 Z
11
+ date: 2023-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common