tencentcloud-sdk-cim 3.0.589 → 3.0.591

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a318a662d68d90259b16065ec7357b79de59cfc8
4
- data.tar.gz: bd3b41a0a8dd266401d7164f26207c68d14737aa
3
+ metadata.gz: 840c90614f2bac2d535b1097c62c33e047d43b01
4
+ data.tar.gz: 35b732283f2e7ea0d4b0035757d5cd2845e7c35c
5
5
  SHA512:
6
- metadata.gz: a9f1737088fd060f7f685c2d68baa8c891a9800796bca086629bbef1d2fdfa69b1ec0a5835a743af6bbb3eec3a4d01e67bfac3ac4382f735a3365e8f9c41686c
7
- data.tar.gz: 35e7d39712287b122fb6d35613d6fdec4fe749ac117d3fe8e28f60837b2161f58aad216d30ffc9934b615b73583ca287ec6b63c9bb7d7c579732d5fbbc9fcd48
6
+ metadata.gz: 8c6b068e9a678fc81ba84f62be49c9f128d89184d321137b7965c057b6286821198fee50b2c1bd0e54554b95cd6cf2aee3f1b371d9dd865e54004bade4b95bfb
7
+ data.tar.gz: 4a5a56e45e45e91a7c6ed541064df1e104697e688dc2afda70554002301ce7d8a81286826f11eeb66820fce67fb774ac2fa3994e0ca58a456bf5b4195595cbb3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
1
+ 3.0.591
@@ -20,7 +20,7 @@ module TencentCloud
20
20
  # DescribeSdkAppid请求参数结构体
21
21
  class DescribeSdkAppidRequest < TencentCloud::Common::AbstractModel
22
22
 
23
-
23
+
24
24
  def initialize()
25
25
  end
26
26
 
@@ -36,7 +36,7 @@ module TencentCloud
36
36
  # @type RequestId: String
37
37
 
38
38
  attr_accessor :SdkAppids, :RequestId
39
-
39
+
40
40
  def initialize(sdkappids=nil, requestid=nil)
41
41
  @SdkAppids = sdkappids
42
42
  @RequestId = requestid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cim
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.589
4
+ version: 3.0.591
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-06-09 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common