Class: TencentCloud::Iotvideoindustry::V20201201::DescribeDeviceStreamsData
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::DescribeDeviceStreamsData
- Defined in:
- lib/v20201201/models.rb
Overview
DescribeDeviceStreams的出参复杂类型
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(rtspaddr = nil, rtmpaddr = nil, hlsaddr = nil, flvaddr = nil) ⇒ DescribeDeviceStreamsData
constructor
A new instance of DescribeDeviceStreamsData.
Constructor Details
#initialize(rtspaddr = nil, rtmpaddr = nil, hlsaddr = nil, flvaddr = nil) ⇒ DescribeDeviceStreamsData
Returns a new instance of DescribeDeviceStreamsData.
2335 2336 2337 2338 2339 2340 |
# File 'lib/v20201201/models.rb', line 2335 def initialize(rtspaddr=nil, rtmpaddr=nil, hlsaddr=nil, flvaddr=nil) @RtspAddr = rtspaddr @RtmpAddr = rtmpaddr @HlsAddr = hlsaddr @FlvAddr = flvaddr end |
Instance Attribute Details
#FlvAddr ⇒ Object
2333 2334 2335 |
# File 'lib/v20201201/models.rb', line 2333 def FlvAddr @FlvAddr end |
#HlsAddr ⇒ Object
2333 2334 2335 |
# File 'lib/v20201201/models.rb', line 2333 def HlsAddr @HlsAddr end |
#RtmpAddr ⇒ Object
2333 2334 2335 |
# File 'lib/v20201201/models.rb', line 2333 def RtmpAddr @RtmpAddr end |
#RtspAddr ⇒ Object
2333 2334 2335 |
# File 'lib/v20201201/models.rb', line 2333 def RtspAddr @RtspAddr end |
Instance Method Details
#deserialize(params) ⇒ Object
2342 2343 2344 2345 2346 2347 |
# File 'lib/v20201201/models.rb', line 2342 def deserialize(params) @RtspAddr = params['RtspAddr'] @RtmpAddr = params['RtmpAddr'] @HlsAddr = params['HlsAddr'] @FlvAddr = params['FlvAddr'] end |