tencentcloud-sdk-mna 3.0.994 → 3.0.995

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: 1f924ce71e23eeb1a4ea2c93fcd6994e89760920
4
- data.tar.gz: 0982f5272d32d9f810f9c137db140b5e2116436c
3
+ metadata.gz: 1b6f2742e17c5e47433055334ed7eb66e4dea120
4
+ data.tar.gz: 7d7bed7b6b948eaf9baa4c2f0c8c937bd5cf335a
5
5
  SHA512:
6
- metadata.gz: 92cb25a06af96971d82d9d546a952e02c7be1531dd02527c237bc45f8a10ffc536c900ec6237b9ad8b6bee76ab1131c2e81b8c668a8c26bcfdfadffb5e0e5d0b
7
- data.tar.gz: 83b5fc66ba93ad3b3e9fe07643f7bcaeb7206289fa19da920ec72786ca4fceb4074a557f0236e3c17b58ad76534b1e864ef43326b9242babe809a877edfa7679
6
+ metadata.gz: 2b832321ec673b5d8a9d23e89fee8f825d3d0f2809c822663ac008bd09b271811b480cb338fd71ed64c32a6525bb22dd7ed441fc175d1959085de9193f3866ca
7
+ data.tar.gz: 2dd0da73030a3b9c0f04eb6aa51b1c50ad6688d8a29acf817d369ccb4a83b309af4c07fe1ef991e8fe410c0223c28750569f1bf16dc493aaf59ab1e58a75cad2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.994
1
+ 3.0.995
@@ -939,13 +939,10 @@ module TencentCloud
939
939
  # 5:5G
940
940
  # @type Rat: Integer
941
941
  # @param NetInfoName: 网卡名
942
- # 注意:此字段可能返回 null,表示取不到有效值。
943
942
  # @type NetInfoName: String
944
943
  # @param DownRate: 下行实时速率(浮点数类型代替上一版本DataRx的整型)
945
- # 注意:此字段可能返回 null,表示取不到有效值。
946
944
  # @type DownRate: Float
947
945
  # @param UpRate: 上行实时速率(浮点数类型代替上一版本TxRate的整型)
948
- # 注意:此字段可能返回 null,表示取不到有效值。
949
946
  # @type UpRate: Float
950
947
 
951
948
  attr_accessor :Type, :DataEnable, :UploadLimit, :DownloadLimit, :DataRx, :DataTx, :Vendor, :State, :PublicIp, :SignalStrength, :Rat, :NetInfoName, :DownRate, :UpRate
@@ -1043,19 +1040,14 @@ module TencentCloud
1043
1040
  # 设备流量信息
1044
1041
  class FlowDetails < TencentCloud::Common::AbstractModel
1045
1042
  # @param NetDetails: 流量数据点
1046
- # 注意:此字段可能返回 null,表示取不到有效值。
1047
1043
  # @type NetDetails: Array
1048
1044
  # @param DeviceId: 设备ID
1049
- # 注意:此字段可能返回 null,表示取不到有效值。
1050
1045
  # @type DeviceId: String
1051
1046
  # @param MaxValue: 流量最大值(单位:bytes)
1052
- # 注意:此字段可能返回 null,表示取不到有效值。
1053
1047
  # @type MaxValue: Float
1054
1048
  # @param AvgValue: 流量平均值(单位:bytes)
1055
- # 注意:此字段可能返回 null,表示取不到有效值。
1056
1049
  # @type AvgValue: Float
1057
1050
  # @param TotalValue: 流量总值(单位:bytes)
1058
- # 注意:此字段可能返回 null,表示取不到有效值。
1059
1051
  # @type TotalValue: Float
1060
1052
 
1061
1053
  attr_accessor :NetDetails, :DeviceId, :MaxValue, :AvgValue, :TotalValue
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.994
4
+ version: 3.0.995
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-02-09 00:00:00.000000000 Z
11
+ date: 2025-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common