tencentcloud-sdk-mna 3.0.979 → 3.0.980
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/v20210119/models.rb +0 -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: c6831d09f6e59c2aeb6aa1f74c8f8068a701e89f
|
|
4
|
+
data.tar.gz: c1bc9b324c985af94a0f817008b1b380e7e6dc60
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ed9cb35a96f0772f6d0f4ec76e2247a94e1b631a28762285b5646f0280e2fe5ea8ddd64c77a6ece5015ad8cc8ecb477872228b1ea01838d2808fcdea768ce575
|
|
7
|
+
data.tar.gz: 80ec44bb5fb2298016cb2f91f26381afb76dc1db73ba0b98c9d9478de5a6d512a0923eb700b4a8c1f46c4d915c420499ae7112b24ddbe5956133eeda58045cd9
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.980
|
data/lib/v20210119/models.rb
CHANGED
|
@@ -103,7 +103,6 @@ module TencentCloud
|
|
|
103
103
|
# ActivateHardware返回参数结构体
|
|
104
104
|
class ActivateHardwareResponse < TencentCloud::Common::AbstractModel
|
|
105
105
|
# @param HardwareInfo: 完成激活的设备信息
|
|
106
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
107
106
|
# @type HardwareInfo: Array
|
|
108
107
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
109
108
|
# @type RequestId: String
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-mna
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.980
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-01-
|
|
11
|
+
date: 2025-01-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|