tencentcloud-sdk-lcic 3.0.528 → 3.0.529
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/v20220817/models.rb +10 -1
- 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: dfca45a806b4822feb4c733067e4eae4a675b6f0
|
|
4
|
+
data.tar.gz: d8c201e9e8039c07e4f60b142381a769faf2d148
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fcd46f98834f05e4e465da752b2f82f8322bbd6d6aa375ff5d45a60ca1b1d2db420076c6f6c09c0bbc655e1feaccccc69f40c7f8531b8bf57777f45946288164
|
|
7
|
+
data.tar.gz: d6a35ae5bdc280b1e2374413feb70764d6f0d277bc375c2a457966d43ea7024a00e5eca0580e7597862639392abfe3bfe048f462e087636e5e483620ce03511f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.529
|
data/lib/v20220817/models.rb
CHANGED
|
@@ -757,12 +757,21 @@ module TencentCloud
|
|
|
757
757
|
|
|
758
758
|
# CreateSupervisor请求参数结构体
|
|
759
759
|
class CreateSupervisorRequest < TencentCloud::Common::AbstractModel
|
|
760
|
+
# @param SdkAppId: 应用ID。
|
|
761
|
+
# @type SdkAppId: Integer
|
|
762
|
+
# @param Users: 用户ID列表。
|
|
763
|
+
# @type Users: Array
|
|
760
764
|
|
|
765
|
+
attr_accessor :SdkAppId, :Users
|
|
761
766
|
|
|
762
|
-
def initialize()
|
|
767
|
+
def initialize(sdkappid=nil, users=nil)
|
|
768
|
+
@SdkAppId = sdkappid
|
|
769
|
+
@Users = users
|
|
763
770
|
end
|
|
764
771
|
|
|
765
772
|
def deserialize(params)
|
|
773
|
+
@SdkAppId = params['SdkAppId']
|
|
774
|
+
@Users = params['Users']
|
|
766
775
|
end
|
|
767
776
|
end
|
|
768
777
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-lcic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.529
|
|
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-03-
|
|
11
|
+
date: 2023-03-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|