tencentcloud-sdk-iotexplorer 3.0.826 → 3.0.827

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190423/models.rb +22 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c491cddab45d461aac593cbd954d042b65317820
4
- data.tar.gz: 227566e21d1360e9daf6168ad69bd86e1d50523b
3
+ metadata.gz: c39256d70926231059cf1641985d5d18ed3d1f6e
4
+ data.tar.gz: 138296d84397a5458439581a0572273de8af09fe
5
5
  SHA512:
6
- metadata.gz: a262f759df260499f52a27948532bf3b0397e93a5c3b684fc8c3633bdec62e597773acbe320dcd908a2c444f3e8f4f268728a674a5d1b2d45bed80578fe84c64
7
- data.tar.gz: fd5c34361b29b247f4fa2c1107b357476e155eaea31648839eb045d36d7ed9b08f81ebedab0190e14c7ff81a14d73e78bb68b7c8585f4a38a6c6957db95b1941
6
+ metadata.gz: 899939cdec7cfaeb77edff4a86194f6027540f92978e399de455082baf47ce727e6abdd3c2b4406a5c736f10f78a67edd1bc87dbdae5b465a7db0358c5c0d54f
7
+ data.tar.gz: c14ede419d4419db099a3fe35be4dcfc39c6e84c2540bafa697055a1b49d08e950a96f2e337632ab783e9815ded42d2fbf40ae16c9171a483fe380e8b3892374
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.826
1
+ 3.0.827
@@ -1184,10 +1184,14 @@ module TencentCloud
1184
1184
  # @type ProductDesc: String
1185
1185
  # @param ProjectId: 产品的项目ID
1186
1186
  # @type ProjectId: String
1187
+ # @param Rate: 平均传输速率
1188
+ # @type Rate: String
1189
+ # @param Period: 期限
1190
+ # @type Period: String
1187
1191
 
1188
- attr_accessor :ProductName, :CategoryId, :ProductType, :EncryptionType, :NetType, :DataProtocol, :ProductDesc, :ProjectId
1192
+ attr_accessor :ProductName, :CategoryId, :ProductType, :EncryptionType, :NetType, :DataProtocol, :ProductDesc, :ProjectId, :Rate, :Period
1189
1193
 
1190
- def initialize(productname=nil, categoryid=nil, producttype=nil, encryptiontype=nil, nettype=nil, dataprotocol=nil, productdesc=nil, projectid=nil)
1194
+ def initialize(productname=nil, categoryid=nil, producttype=nil, encryptiontype=nil, nettype=nil, dataprotocol=nil, productdesc=nil, projectid=nil, rate=nil, period=nil)
1191
1195
  @ProductName = productname
1192
1196
  @CategoryId = categoryid
1193
1197
  @ProductType = producttype
@@ -1196,6 +1200,8 @@ module TencentCloud
1196
1200
  @DataProtocol = dataprotocol
1197
1201
  @ProductDesc = productdesc
1198
1202
  @ProjectId = projectid
1203
+ @Rate = rate
1204
+ @Period = period
1199
1205
  end
1200
1206
 
1201
1207
  def deserialize(params)
@@ -1207,6 +1213,8 @@ module TencentCloud
1207
1213
  @DataProtocol = params['DataProtocol']
1208
1214
  @ProductDesc = params['ProductDesc']
1209
1215
  @ProjectId = params['ProjectId']
1216
+ @Rate = params['Rate']
1217
+ @Period = params['Period']
1210
1218
  end
1211
1219
  end
1212
1220
 
@@ -7349,10 +7357,16 @@ module TencentCloud
7349
7357
  # @param DeviceCount: 设备数量
7350
7358
  # 注意:此字段可能返回 null,表示取不到有效值。
7351
7359
  # @type DeviceCount: Integer
7360
+ # @param Rate: 平均传输速率
7361
+ # 注意:此字段可能返回 null,表示取不到有效值。
7362
+ # @type Rate: String
7363
+ # @param Period: 有效期
7364
+ # 注意:此字段可能返回 null,表示取不到有效值。
7365
+ # @type Period: String
7352
7366
 
7353
- attr_accessor :ProductId, :ProductName, :CategoryId, :EncryptionType, :NetType, :DataProtocol, :ProductDesc, :DevStatus, :CreateTime, :UpdateTime, :Region, :ProductType, :ProjectId, :ModuleId, :EnableProductScript, :CreateUserId, :CreatorNickName, :BindStrategy, :DeviceCount
7367
+ attr_accessor :ProductId, :ProductName, :CategoryId, :EncryptionType, :NetType, :DataProtocol, :ProductDesc, :DevStatus, :CreateTime, :UpdateTime, :Region, :ProductType, :ProjectId, :ModuleId, :EnableProductScript, :CreateUserId, :CreatorNickName, :BindStrategy, :DeviceCount, :Rate, :Period
7354
7368
 
7355
- 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)
7369
+ 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)
7356
7370
  @ProductId = productid
7357
7371
  @ProductName = productname
7358
7372
  @CategoryId = categoryid
@@ -7372,6 +7386,8 @@ module TencentCloud
7372
7386
  @CreatorNickName = creatornickname
7373
7387
  @BindStrategy = bindstrategy
7374
7388
  @DeviceCount = devicecount
7389
+ @Rate = rate
7390
+ @Period = period
7375
7391
  end
7376
7392
 
7377
7393
  def deserialize(params)
@@ -7394,6 +7410,8 @@ module TencentCloud
7394
7410
  @CreatorNickName = params['CreatorNickName']
7395
7411
  @BindStrategy = params['BindStrategy']
7396
7412
  @DeviceCount = params['DeviceCount']
7413
+ @Rate = params['Rate']
7414
+ @Period = params['Period']
7397
7415
  end
7398
7416
  end
7399
7417
 
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.826
4
+ version: 3.0.827
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-20 00:00:00.000000000 Z
11
+ date: 2024-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common