tencentcloud-sdk-iss 3.0.684 → 3.0.686

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: 40ab75477472df9ab8284072ded33a24e8d3260c
4
- data.tar.gz: e8545c1281893777ab18846a2fd948f266f746db
3
+ metadata.gz: 3bb4787711337adb5aef18b1b829b370dd1bbc7b
4
+ data.tar.gz: 55c65b593bd3dd6ca76cb4146d4239c1dae6c3f0
5
5
  SHA512:
6
- metadata.gz: 54fbd90ab4848c15de0a5e20d1e224bbf212264a2ac751d38a85d4f58574980d6ccc6d766cce3c183c05a6b63686f37c7b45a3773f239b8fa2625ead7b600c20
7
- data.tar.gz: 24ec64f1e12dd30bb8ab034b72c2461298a47abc5549a948ca4a42c9bf29a93f710e1fa64228efd979610914ef207174aa2d0334ff5cf79334527b93cb7304c7
6
+ metadata.gz: 6a4cdf5cf1f5d02bd565a889e6e8a84f16dfb57bc861c284646c416ed07107578f0033aa25925627a8c870df129983ac263ae1c6a5fd07550d4d082064b31855
7
+ data.tar.gz: a51c105637b5e4d0ef2528ff268d395e8285beaa00969267c6862d7d19409f22a90d40d99d6684b6f3b48d5ecf9f709edbeb9bd5d830e3c3a93f4a73f23a6a2f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.684
1
+ 3.0.686
@@ -6499,7 +6499,7 @@ module TencentCloud
6499
6499
  # @param DeviceId: 设备ID
6500
6500
  # 注意:此字段可能返回 null,表示取不到有效值。
6501
6501
  # @type DeviceId: String
6502
- # @param Code: 设备编码(即我们为设备生成的20位国标编码)
6502
+ # @param Code: 设备编码(国标设备即我们为设备生成的20位国标编码,rtmp 设备为10 位设备编码)
6503
6503
  # 注意:此字段可能返回 null,表示取不到有效值。
6504
6504
  # @type Code: String
6505
6505
  # @param Name: 设备名称
@@ -7360,10 +7360,12 @@ module TencentCloud
7360
7360
  # @type Port: Integer
7361
7361
  # @param Username: 设备用户名(仅网关接入支持)
7362
7362
  # @type Username: String
7363
+ # @param ProtocolType: 网关设备接入协议(仅网关接入支持)
7364
+ # @type ProtocolType: Integer
7363
7365
 
7364
- attr_accessor :DeviceId, :Name, :TransportProtocol, :Password, :Description, :Ip, :Port, :Username
7366
+ attr_accessor :DeviceId, :Name, :TransportProtocol, :Password, :Description, :Ip, :Port, :Username, :ProtocolType
7365
7367
 
7366
- def initialize(deviceid=nil, name=nil, transportprotocol=nil, password=nil, description=nil, ip=nil, port=nil, username=nil)
7368
+ def initialize(deviceid=nil, name=nil, transportprotocol=nil, password=nil, description=nil, ip=nil, port=nil, username=nil, protocoltype=nil)
7367
7369
  @DeviceId = deviceid
7368
7370
  @Name = name
7369
7371
  @TransportProtocol = transportprotocol
@@ -7372,6 +7374,7 @@ module TencentCloud
7372
7374
  @Ip = ip
7373
7375
  @Port = port
7374
7376
  @Username = username
7377
+ @ProtocolType = protocoltype
7375
7378
  end
7376
7379
 
7377
7380
  def deserialize(params)
@@ -7383,6 +7386,7 @@ module TencentCloud
7383
7386
  @Ip = params['Ip']
7384
7387
  @Port = params['Port']
7385
7388
  @Username = params['Username']
7389
+ @ProtocolType = params['ProtocolType']
7386
7390
  end
7387
7391
  end
7388
7392
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-iss
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.684
4
+ version: 3.0.686
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-25 00:00:00.000000000 Z
11
+ date: 2023-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - lib/tencentcloud-sdk-iss.rb
36
37
  - lib/v20230517/client.rb
37
38
  - lib/v20230517/models.rb
38
- - lib/tencentcloud-sdk-iss.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: