tencentcloud-sdk-wedata 3.0.438 → 3.0.440
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210820/models.rb +12 -4
- 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: ca61d4d6d574d50bda3cb2a4eb254e132a9cdcda
|
|
4
|
+
data.tar.gz: 35c0fb066b8e7b7ec5b5f8c741bdd0cc58187194
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a382d0c79bb6848eb9c6664547da9b470f90c2b73fc7c05ecee036ab138304d225936e3bc9375490378fd9569c88cb076ac976d3f21bfd77e52396db7104ecb8
|
|
7
|
+
data.tar.gz: a6954c91050fd4437a7f063d8dbefbb19a1d48be5fbcc5be309e68e421af801d264eb5d0c217b668675698370883df69265821d8d48688c881f45b5a78c2a41c
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.440
|
data/lib/v20210820/models.rb
CHANGED
|
@@ -955,17 +955,21 @@ module TencentCloud
|
|
|
955
955
|
# @type ClusterIdentifier: String
|
|
956
956
|
# @param FunctionId: 函数 ID
|
|
957
957
|
# @type FunctionId: String
|
|
958
|
+
# @param ProjectId: 项目ID,必须填
|
|
959
|
+
# @type ProjectId: String
|
|
958
960
|
|
|
959
|
-
attr_accessor :ClusterIdentifier, :FunctionId
|
|
961
|
+
attr_accessor :ClusterIdentifier, :FunctionId, :ProjectId
|
|
960
962
|
|
|
961
|
-
def initialize(clusteridentifier=nil, functionid=nil)
|
|
963
|
+
def initialize(clusteridentifier=nil, functionid=nil, projectid=nil)
|
|
962
964
|
@ClusterIdentifier = clusteridentifier
|
|
963
965
|
@FunctionId = functionid
|
|
966
|
+
@ProjectId = projectid
|
|
964
967
|
end
|
|
965
968
|
|
|
966
969
|
def deserialize(params)
|
|
967
970
|
@ClusterIdentifier = params['ClusterIdentifier']
|
|
968
971
|
@FunctionId = params['FunctionId']
|
|
972
|
+
@ProjectId = params['ProjectId']
|
|
969
973
|
end
|
|
970
974
|
end
|
|
971
975
|
|
|
@@ -4334,19 +4338,23 @@ module TencentCloud
|
|
|
4334
4338
|
# @type ClusterIdentifier: String
|
|
4335
4339
|
# @param Comment: 备注信息
|
|
4336
4340
|
# @type Comment: String
|
|
4341
|
+
# @param ProjectId: 项目ID
|
|
4342
|
+
# @type ProjectId: String
|
|
4337
4343
|
|
|
4338
|
-
attr_accessor :FunctionId, :ClusterIdentifier, :Comment
|
|
4344
|
+
attr_accessor :FunctionId, :ClusterIdentifier, :Comment, :ProjectId
|
|
4339
4345
|
|
|
4340
|
-
def initialize(functionid=nil, clusteridentifier=nil, comment=nil)
|
|
4346
|
+
def initialize(functionid=nil, clusteridentifier=nil, comment=nil, projectid=nil)
|
|
4341
4347
|
@FunctionId = functionid
|
|
4342
4348
|
@ClusterIdentifier = clusteridentifier
|
|
4343
4349
|
@Comment = comment
|
|
4350
|
+
@ProjectId = projectid
|
|
4344
4351
|
end
|
|
4345
4352
|
|
|
4346
4353
|
def deserialize(params)
|
|
4347
4354
|
@FunctionId = params['FunctionId']
|
|
4348
4355
|
@ClusterIdentifier = params['ClusterIdentifier']
|
|
4349
4356
|
@Comment = params['Comment']
|
|
4357
|
+
@ProjectId = params['ProjectId']
|
|
4350
4358
|
end
|
|
4351
4359
|
end
|
|
4352
4360
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-wedata
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.440
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-10-
|
|
11
|
+
date: 2022-10-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|