tencentcloud-sdk-iotcloud 3.0.1012 → 3.0.1013

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210408/models.rb +14 -14
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: af816958b1779f2ef24a0da09238a13b224f2987
4
- data.tar.gz: 784c1ba8ef554f534221828d394db169ffc40ed4
3
+ metadata.gz: 29967227e06da8ed164ba015ba1039b29bd29122
4
+ data.tar.gz: 8e1e4d9c540e278aa8bc84da094cec3f13f73204
5
5
  SHA512:
6
- metadata.gz: a142c294d9b153dd8361af018c178cc392e7a9c83bf9361843440add6488085ada564e2107b2658ef3b7a3a0160f7a282702ccc0d99f0ede9e02c3ee17a917ce
7
- data.tar.gz: af9ab38b138681bf5907df4fe4932628ab40f8844d7473fe5840c65132fcddd408612c07bfc631fc887d29205c284f861f3eb9a132a6a013a964eeb7ca0209f5
6
+ metadata.gz: 6d72047afe0f544cdc56448fe4f5497e3eb512b91882851e90acbbb082e338c82a6dbb34d2b95007b8b597b63cf9df65fb05a288b6051f4fb05eb263a167007b
7
+ data.tar.gz: fee68af73ed79bab94330e8381ab08025e94bab78dcfc9b51876b67e4cffcd7f9bcc88a3b97c30f2d8615bdb6cee3807452cabb8cf1982f2321f3d53ed7b0078
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1012
1
+ 3.0.1013
@@ -259,8 +259,8 @@ module TencentCloud
259
259
 
260
260
  attr_accessor :Content, :DeviceName, :ProductId, :RequestId, :Result, :Scene, :Time, :Userid, :UserId
261
261
  extend Gem::Deprecate
262
- deprecate :Userid, :none, 2024, 6
263
- deprecate :Userid=, :none, 2024, 6
262
+ deprecate :Userid, :none, 2025, 3
263
+ deprecate :Userid=, :none, 2025, 3
264
264
 
265
265
  def initialize(content=nil, devicename=nil, productid=nil, requestid=nil, result=nil, scene=nil, time=nil, userid=nil)
266
266
  @Content = content
@@ -786,25 +786,25 @@ module TencentCloud
786
786
 
787
787
  # DeleteDeviceResource请求参数结构体
788
788
  class DeleteDeviceResourceRequest < TencentCloud::Common::AbstractModel
789
- # @param ProductID: 产品ID
790
- # @type ProductID: String
791
789
  # @param Name: 资源名称
792
790
  # @type Name: String
793
791
  # @param DeviceName: 设备名称
794
792
  # @type DeviceName: String
793
+ # @param ProductID: 产品ID
794
+ # @type ProductID: String
795
795
 
796
- attr_accessor :ProductID, :Name, :DeviceName
796
+ attr_accessor :Name, :DeviceName, :ProductID
797
797
 
798
- def initialize(productid=nil, name=nil, devicename=nil)
799
- @ProductID = productid
798
+ def initialize(name=nil, devicename=nil, productid=nil)
800
799
  @Name = name
801
800
  @DeviceName = devicename
801
+ @ProductID = productid
802
802
  end
803
803
 
804
804
  def deserialize(params)
805
- @ProductID = params['ProductID']
806
805
  @Name = params['Name']
807
806
  @DeviceName = params['DeviceName']
807
+ @ProductID = params['ProductID']
808
808
  end
809
809
  end
810
810
 
@@ -1252,8 +1252,8 @@ module TencentCloud
1252
1252
 
1253
1253
  attr_accessor :DeviceName, :Online, :LoginTime, :Version, :LastUpdateTime, :DeviceCert, :DevicePsk, :Tags, :DeviceType, :Imei, :Isp, :ConnIP, :NbiotDeviceID, :LoraDevEui, :LoraMoteType, :LogLevel, :FirstOnlineTime, :LastOfflineTime, :CreateTime, :CertState, :EnableState, :Labels, :ClientIP, :FirmwareUpdateTime, :CreateUserId, :NBIoTDeviceID, :RequestId
1254
1254
  extend Gem::Deprecate
1255
- deprecate :NbiotDeviceID, :none, 2024, 6
1256
- deprecate :NbiotDeviceID=, :none, 2024, 6
1255
+ deprecate :NbiotDeviceID, :none, 2025, 3
1256
+ deprecate :NbiotDeviceID=, :none, 2025, 3
1257
1257
 
1258
1258
  def initialize(devicename=nil, online=nil, logintime=nil, version=nil, lastupdatetime=nil, devicecert=nil, devicepsk=nil, tags=nil, devicetype=nil, imei=nil, isp=nil, connip=nil, loradeveui=nil, loramotetype=nil, loglevel=nil, firstonlinetime=nil, lastofflinetime=nil, createtime=nil, certstate=nil, enablestate=nil, labels=nil, clientip=nil, firmwareupdatetime=nil, createuserid=nil, nbiotdeviceid=nil, requestid=nil)
1259
1259
  @DeviceName = devicename
@@ -2573,8 +2573,8 @@ module TencentCloud
2573
2573
 
2574
2574
  attr_accessor :DeviceName, :Online, :LoginTime, :Version, :DeviceCert, :DevicePsk, :Tags, :DeviceType, :Imei, :Isp, :NbiotDeviceID, :ConnIP, :LastUpdateTime, :LoraDevEui, :LoraMoteType, :FirstOnlineTime, :LastOfflineTime, :CreateTime, :LogLevel, :CertState, :EnableState, :Labels, :ClientIP, :FirmwareUpdateTime, :CreateUserId, :NBIoTDeviceID
2575
2575
  extend Gem::Deprecate
2576
- deprecate :NbiotDeviceID, :none, 2024, 6
2577
- deprecate :NbiotDeviceID=, :none, 2024, 6
2576
+ deprecate :NbiotDeviceID, :none, 2025, 3
2577
+ deprecate :NbiotDeviceID=, :none, 2025, 3
2578
2578
 
2579
2579
  def initialize(devicename=nil, online=nil, logintime=nil, version=nil, devicecert=nil, devicepsk=nil, tags=nil, devicetype=nil, imei=nil, isp=nil, connip=nil, lastupdatetime=nil, loradeveui=nil, loramotetype=nil, firstonlinetime=nil, lastofflinetime=nil, createtime=nil, loglevel=nil, certstate=nil, enablestate=nil, labels=nil, clientip=nil, firmwareupdatetime=nil, createuserid=nil, nbiotdeviceid=nil)
2580
2580
  @DeviceName = devicename
@@ -3639,8 +3639,8 @@ module TencentCloud
3639
3639
 
3640
3640
  attr_accessor :ProductDescription, :EncryptionType, :Region, :ProductType, :Format, :Platform, :Appeui, :ModelId, :ModelName, :ProductKey, :RegisterType, :ProductSecret, :RegisterLimit, :OriginProductId, :PrivateCAName, :OriginUserId, :DeviceLimit, :ForbiddenStatus, :AppEUI
3641
3641
  extend Gem::Deprecate
3642
- deprecate :Appeui, :none, 2024, 6
3643
- deprecate :Appeui=, :none, 2024, 6
3642
+ deprecate :Appeui, :none, 2025, 3
3643
+ deprecate :Appeui=, :none, 2025, 3
3644
3644
 
3645
3645
  def initialize(productdescription=nil, encryptiontype=nil, region=nil, producttype=nil, format=nil, platform=nil, modelid=nil, modelname=nil, productkey=nil, registertype=nil, productsecret=nil, registerlimit=nil, originproductid=nil, privatecaname=nil, originuserid=nil, devicelimit=nil, forbiddenstatus=nil, appeui=nil)
3646
3646
  @ProductDescription = productdescription
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-iotcloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1012
4
+ version: 3.0.1013
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-05 00:00:00.000000000 Z
11
+ date: 2025-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common