tencentcloud-sdk-iotvideo 3.0.1027 → 3.0.1028

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: e19fa3a94d4d8b1f81de12444724a398c52202df
4
- data.tar.gz: c0be38a5b18fdaeb552e3b7fe6ca5913976c18c0
3
+ metadata.gz: d65ce0a28906b1a0596084e8cc38ecaeb2549827
4
+ data.tar.gz: 0ff6c98cd02cf97cd97066944158b9604ffa4d7b
5
5
  SHA512:
6
- metadata.gz: cd9596f9a611c4a356a3659c18996ea03586ce54c2ca5d8d535abd0cf8cf04d432ddcf8b910c0faf43c37fccb382eddf347b55d74e9ea242906441c7bb60d788
7
- data.tar.gz: 24290835ff102f6cf3f7c85e4d1df8e1f6464b9bd84909aeab1c48350276052b19ea0a32c6d9069571694daa7cddcd93325a430507624e019f1707e13f3eb31f
6
+ metadata.gz: 3b4d3811131017fd1ceee4bc352c493890ec07075284153ee964ecc642132850aa861317d35d65a10272bd55fa8ba7e658d98bdaf0e5c9aeda477ba992256d43
7
+ data.tar.gz: d77eda31ec54a5201789cd3f1c860b2cf8ed7911d382e711fcd34b70fb2f00fc6a8a94cc1d30a61cb0515279b6ef41b65497cc746ad50f22362f0fd18ed3d71b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1027
1
+ 3.0.1028
@@ -595,7 +595,6 @@ module TencentCloud
595
595
  # China-Hong Kong, Macao and Taiwan(港澳台地区)
596
596
  # America(美国)
597
597
  # Europe(欧洲)
598
- # India(印度)
599
598
  # Other-Overseas(其他境外地区)
600
599
  # @type ProductRegion: String
601
600
  # @param ProductCate: 设备类型, 0-普通视频设备,1-NVR设备
@@ -3284,7 +3283,6 @@ module TencentCloud
3284
3283
  # China-Hong Kong, Macao and Taiwan(港澳台地区)
3285
3284
  # America(美国)
3286
3285
  # Europe(欧洲)
3287
- # India(印度)
3288
3286
  # Other-Overseas(其他境外地区)
3289
3287
  # 注意:此字段可能返回 null,表示取不到有效值。
3290
3288
  # @type ProductRegion: String
@@ -5068,10 +5068,13 @@ module TencentCloud
5068
5068
  # @param NetType: 连接类型,wifi表示WIFI连接,cellular表示4G连接
5069
5069
  # 注意:此字段可能返回 null,表示取不到有效值。
5070
5070
  # @type NetType: String
5071
+ # @param CategoryId: 产品品类id,113:摄像头
5072
+ # 注意:此字段可能返回 null,表示取不到有效值。
5073
+ # @type CategoryId: Integer
5071
5074
 
5072
- attr_accessor :ProductId, :ProductName, :DeviceType, :EncryptionType, :Features, :ChipOs, :ChipManufactureId, :ChipId, :ProductDescription, :CreateTime, :UpdateTime, :NetType
5075
+ attr_accessor :ProductId, :ProductName, :DeviceType, :EncryptionType, :Features, :ChipOs, :ChipManufactureId, :ChipId, :ProductDescription, :CreateTime, :UpdateTime, :NetType, :CategoryId
5073
5076
 
5074
- def initialize(productid=nil, productname=nil, devicetype=nil, encryptiontype=nil, features=nil, chipos=nil, chipmanufactureid=nil, chipid=nil, productdescription=nil, createtime=nil, updatetime=nil, nettype=nil)
5077
+ def initialize(productid=nil, productname=nil, devicetype=nil, encryptiontype=nil, features=nil, chipos=nil, chipmanufactureid=nil, chipid=nil, productdescription=nil, createtime=nil, updatetime=nil, nettype=nil, categoryid=nil)
5075
5078
  @ProductId = productid
5076
5079
  @ProductName = productname
5077
5080
  @DeviceType = devicetype
@@ -5084,6 +5087,7 @@ module TencentCloud
5084
5087
  @CreateTime = createtime
5085
5088
  @UpdateTime = updatetime
5086
5089
  @NetType = nettype
5090
+ @CategoryId = categoryid
5087
5091
  end
5088
5092
 
5089
5093
  def deserialize(params)
@@ -5099,6 +5103,7 @@ module TencentCloud
5099
5103
  @CreateTime = params['CreateTime']
5100
5104
  @UpdateTime = params['UpdateTime']
5101
5105
  @NetType = params['NetType']
5106
+ @CategoryId = params['CategoryId']
5102
5107
  end
5103
5108
  end
5104
5109
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-iotvideo
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1027
4
+ version: 3.0.1028
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-03-25 00:00:00.000000000 Z
11
+ date: 2025-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common