Class: TencentCloud::Iotvideoindustry::V20201201::DescribeChannelLiveStreamURLRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201201/models.rb

Overview

DescribeChannelLiveStreamURL请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(deviceid = nil, channelid = nil) ⇒ DescribeChannelLiveStreamURLRequest

Returns a new instance of DescribeChannelLiveStreamURLRequest.



1756
1757
1758
1759
# File 'lib/v20201201/models.rb', line 1756

def initialize(deviceid=nil, channelid=nil)
  @DeviceId = deviceid
  @ChannelId = channelid
end

Instance Attribute Details

#ChannelIdObject

Parameters:

  • DeviceId:

    设备唯一标识,必填参数

  • ChannelId:

    通道唯一标识(接口升级字段为必填),必填参数



1754
1755
1756
# File 'lib/v20201201/models.rb', line 1754

def ChannelId
  @ChannelId
end

#DeviceIdObject

Parameters:

  • DeviceId:

    设备唯一标识,必填参数

  • ChannelId:

    通道唯一标识(接口升级字段为必填),必填参数



1754
1755
1756
# File 'lib/v20201201/models.rb', line 1754

def DeviceId
  @DeviceId
end

Instance Method Details

#deserialize(params) ⇒ Object



1761
1762
1763
1764
# File 'lib/v20201201/models.rb', line 1761

def deserialize(params)
  @DeviceId = params['DeviceId']
  @ChannelId = params['ChannelId']
end