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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210601/models.rb +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7930c7127f390a2420a35cf3c7b3c66647f47fdc
|
4
|
+
data.tar.gz: c0a1ff70c90a58258b3ddda4cf362a90324ef727
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 25a58d352d450f8cd5eea3bd9ce1dc426510718e1c8a49204e226ed1f6e6845f7d6aff129afb767f828a26d359be2254d8a55dd0b32dbed49f82462de93f322d
|
7
|
+
data.tar.gz: f4212e358ef475e8edcd43670439b58d03f2a0a1eb7aab644e123a8996705666657323e489d423a1c16b05738a9b80c670d6ca0e2ce10b8c5f9da19e8ebfcc70
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.569
|
data/lib/v20210601/models.rb
CHANGED
@@ -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.
|
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-
|
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
|