tencentcloud-sdk-iotexplorer 3.0.1028 → 3.0.1030
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/v20190423/models.rb +14 -4
- 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: 76ba8960daa59a38602a111215abdc13bfef0c43
|
4
|
+
data.tar.gz: 4cdd045f8684aaca2a63c6a3a993e95c34e5c22b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 33b199c9232f488c3840757b325ef0c4503fd3d48a2d77314a8a2dc9b5ded0723cc86cbdab4a2136459457d410cd29a3e274e1114df803567b166bd228178247
|
7
|
+
data.tar.gz: e8cb2275139649e0e45c6fad368bd135a6a35a6360d08dfd31ce19f88260745fe2dd6ab9519676bdd609716665734645d60d98a9b90917d7cd5ea9d1564af0fe
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1030
|
data/lib/v20190423/models.rb
CHANGED
@@ -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.
|
4
|
+
version: 3.0.1030
|
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-
|
11
|
+
date: 2025-03-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|