Class: TencentCloud::Iotvideoindustry::V20201201::DescribeChannelLiveStreamURLRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::DescribeChannelLiveStreamURLRequest
- Defined in:
- lib/v20201201/models.rb
Overview
DescribeChannelLiveStreamURL请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(deviceid = nil, channelid = nil) ⇒ DescribeChannelLiveStreamURLRequest
constructor
A new instance of DescribeChannelLiveStreamURLRequest.
Constructor Details
#initialize(deviceid = nil, channelid = nil) ⇒ DescribeChannelLiveStreamURLRequest
Returns a new instance of DescribeChannelLiveStreamURLRequest.
1714 1715 1716 1717 |
# File 'lib/v20201201/models.rb', line 1714 def initialize(deviceid=nil, channelid=nil) @DeviceId = deviceid @ChannelId = channelid end |
Instance Attribute Details
#ChannelId ⇒ Object
1712 1713 1714 |
# File 'lib/v20201201/models.rb', line 1712 def ChannelId @ChannelId end |
#DeviceId ⇒ Object
1712 1713 1714 |
# File 'lib/v20201201/models.rb', line 1712 def DeviceId @DeviceId end |
Instance Method Details
#deserialize(params) ⇒ Object
1719 1720 1721 1722 |
# File 'lib/v20201201/models.rb', line 1719 def deserialize(params) @DeviceId = params['DeviceId'] @ChannelId = params['ChannelId'] end |