tencentcloud-sdk-iotexplorer 3.0.1027 → 3.0.1029

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/v20190423/models.rb +14 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5827ce950fd91a6403b520f3226b726b65febb93
4
- data.tar.gz: 2a5f192ffb557bdf28bf6390e1997b03a83c113b
3
+ metadata.gz: 4329522ba8263db26d1615775f5e2bd6e767c0aa
4
+ data.tar.gz: ae76f8d248849390ee7bb23689c34364e1c06b72
5
5
  SHA512:
6
- metadata.gz: 5656d2964027b6e1de2ffb6bc2a9164c43d5d2c379ce5768abee5e8192fa4cf0908ca6a7e904b7ced32e190b83d73e81b40a256d334f15af81605f938fe5264b
7
- data.tar.gz: f8af5fddbaa8ad829af0f9b6959bc78282193ecf5018d0a9653919819efcdbe225268b036c6d638f91d1e2aeb567ee6b8b735a2ab1dc2e4c2c63216e6ab8eab2
6
+ metadata.gz: 0bae57ee3726d4b28a74df05d2620415c564058225415a2916ae5c655c1f8bd666c06dab5bbb3898bb5cc26ee19d6730e07f18f18f49d735bc175a0890d0111f
7
+ data.tar.gz: 4c1402b80a4a4ac20776b28b06a50136e4a72ee34ae0d2b098963f6661fac544ac7ec826454b7da78c3ee6c9a26c28debed24890ca4d1b6a7b6118c1bcd5b2c5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1027
1
+ 3.0.1029
@@ -7885,10 +7885,13 @@ module TencentCloud
7885
7885
  # @param WechatNotifyStatus: 第三方小程序强提醒开关 0:关闭;1:开启
7886
7886
  # 注意:此字段可能返回 null,表示取不到有效值。
7887
7887
  # @type WechatNotifyStatus: Integer
7888
+ # @param InterconnectionProducts: 互联互通产品ID列表
7889
+ # 注意:此字段可能返回 null,表示取不到有效值。
7890
+ # @type InterconnectionProducts: String
7888
7891
 
7889
- attr_accessor :IotAppID, :AppName, :Description, :DevMode, :IOSAppKey, :IOSAppSecret, :AndroidAppKey, :AndroidAppSecret, :Products, :CreateTime, :ProjectId, :PushSecretID, :PushSecretKey, :PushEnvironment, :MiniProgramAppKey, :MiniProgramAppSecret, :TPNSiOSAccessID, :TPNSiOSSecretKey, :TPNSiOSPushEnvironment, :TPNSAndroidAccessID, :TPNSAndroidSecretKey, :TPNSiOSRegion, :TPNSAndroidRegion, :SelfSmsAppId, :SelfSmsAppKey, :SelfSmsSign, :SelfSmsTemplateId, :WechatNotifyStatus
7892
+ attr_accessor :IotAppID, :AppName, :Description, :DevMode, :IOSAppKey, :IOSAppSecret, :AndroidAppKey, :AndroidAppSecret, :Products, :CreateTime, :ProjectId, :PushSecretID, :PushSecretKey, :PushEnvironment, :MiniProgramAppKey, :MiniProgramAppSecret, :TPNSiOSAccessID, :TPNSiOSSecretKey, :TPNSiOSPushEnvironment, :TPNSAndroidAccessID, :TPNSAndroidSecretKey, :TPNSiOSRegion, :TPNSAndroidRegion, :SelfSmsAppId, :SelfSmsAppKey, :SelfSmsSign, :SelfSmsTemplateId, :WechatNotifyStatus, :InterconnectionProducts
7890
7893
 
7891
- def initialize(iotappid=nil, appname=nil, description=nil, devmode=nil, iosappkey=nil, iosappsecret=nil, androidappkey=nil, androidappsecret=nil, products=nil, createtime=nil, projectid=nil, pushsecretid=nil, pushsecretkey=nil, pushenvironment=nil, miniprogramappkey=nil, miniprogramappsecret=nil, tpnsiosaccessid=nil, tpnsiossecretkey=nil, tpnsiospushenvironment=nil, tpnsandroidaccessid=nil, tpnsandroidsecretkey=nil, tpnsiosregion=nil, tpnsandroidregion=nil, selfsmsappid=nil, selfsmsappkey=nil, selfsmssign=nil, selfsmstemplateid=nil, wechatnotifystatus=nil)
7894
+ def initialize(iotappid=nil, appname=nil, description=nil, devmode=nil, iosappkey=nil, iosappsecret=nil, androidappkey=nil, androidappsecret=nil, products=nil, createtime=nil, projectid=nil, pushsecretid=nil, pushsecretkey=nil, pushenvironment=nil, miniprogramappkey=nil, miniprogramappsecret=nil, tpnsiosaccessid=nil, tpnsiossecretkey=nil, tpnsiospushenvironment=nil, tpnsandroidaccessid=nil, tpnsandroidsecretkey=nil, tpnsiosregion=nil, tpnsandroidregion=nil, selfsmsappid=nil, selfsmsappkey=nil, selfsmssign=nil, selfsmstemplateid=nil, wechatnotifystatus=nil, interconnectionproducts=nil)
7892
7895
  @IotAppID = iotappid
7893
7896
  @AppName = appname
7894
7897
  @Description = description
@@ -7917,6 +7920,7 @@ module TencentCloud
7917
7920
  @SelfSmsSign = selfsmssign
7918
7921
  @SelfSmsTemplateId = selfsmstemplateid
7919
7922
  @WechatNotifyStatus = wechatnotifystatus
7923
+ @InterconnectionProducts = interconnectionproducts
7920
7924
  end
7921
7925
 
7922
7926
  def deserialize(params)
@@ -7948,6 +7952,7 @@ module TencentCloud
7948
7952
  @SelfSmsSign = params['SelfSmsSign']
7949
7953
  @SelfSmsTemplateId = params['SelfSmsTemplateId']
7950
7954
  @WechatNotifyStatus = params['WechatNotifyStatus']
7955
+ @InterconnectionProducts = params['InterconnectionProducts']
7951
7956
  end
7952
7957
  end
7953
7958
 
@@ -9462,10 +9467,13 @@ module TencentCloud
9462
9467
  # @param Period: 有效期
9463
9468
  # 注意:此字段可能返回 null,表示取不到有效值。
9464
9469
  # @type Period: String
9470
+ # @param IsInterconnection: 互联互通标识
9471
+ # 注意:此字段可能返回 null,表示取不到有效值。
9472
+ # @type IsInterconnection: Integer
9465
9473
 
9466
- attr_accessor :ProductId, :ProductName, :CategoryId, :EncryptionType, :NetType, :DataProtocol, :ProductDesc, :DevStatus, :CreateTime, :UpdateTime, :Region, :ProductType, :ProjectId, :ModuleId, :EnableProductScript, :CreateUserId, :CreatorNickName, :BindStrategy, :DeviceCount, :Rate, :Period
9474
+ attr_accessor :ProductId, :ProductName, :CategoryId, :EncryptionType, :NetType, :DataProtocol, :ProductDesc, :DevStatus, :CreateTime, :UpdateTime, :Region, :ProductType, :ProjectId, :ModuleId, :EnableProductScript, :CreateUserId, :CreatorNickName, :BindStrategy, :DeviceCount, :Rate, :Period, :IsInterconnection
9467
9475
 
9468
- def initialize(productid=nil, productname=nil, categoryid=nil, encryptiontype=nil, nettype=nil, dataprotocol=nil, productdesc=nil, devstatus=nil, createtime=nil, updatetime=nil, region=nil, producttype=nil, projectid=nil, moduleid=nil, enableproductscript=nil, createuserid=nil, creatornickname=nil, bindstrategy=nil, devicecount=nil, rate=nil, period=nil)
9476
+ def initialize(productid=nil, productname=nil, categoryid=nil, encryptiontype=nil, nettype=nil, dataprotocol=nil, productdesc=nil, devstatus=nil, createtime=nil, updatetime=nil, region=nil, producttype=nil, projectid=nil, moduleid=nil, enableproductscript=nil, createuserid=nil, creatornickname=nil, bindstrategy=nil, devicecount=nil, rate=nil, period=nil, isinterconnection=nil)
9469
9477
  @ProductId = productid
9470
9478
  @ProductName = productname
9471
9479
  @CategoryId = categoryid
@@ -9487,6 +9495,7 @@ module TencentCloud
9487
9495
  @DeviceCount = devicecount
9488
9496
  @Rate = rate
9489
9497
  @Period = period
9498
+ @IsInterconnection = isinterconnection
9490
9499
  end
9491
9500
 
9492
9501
  def deserialize(params)
@@ -9511,6 +9520,7 @@ module TencentCloud
9511
9520
  @DeviceCount = params['DeviceCount']
9512
9521
  @Rate = params['Rate']
9513
9522
  @Period = params['Period']
9523
+ @IsInterconnection = params['IsInterconnection']
9514
9524
  end
9515
9525
  end
9516
9526
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-iotexplorer
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1027
4
+ version: 3.0.1029
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-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common