Class: TencentCloud::Iotvideoindustry::V20201201::DescribeVideoListByChannelRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::DescribeVideoListByChannelRequest
- Defined in:
- lib/v20201201/models.rb
Overview
DescribeVideoListByChannel请求参数结构体
Instance Attribute Summary collapse
-
#ChannelId ⇒ Object
为空时默认查询最近一天的记录.
-
#Date ⇒ Object
为空时默认查询最近一天的记录.
-
#DeviceId ⇒ Object
为空时默认查询最近一天的记录.
-
#Limit ⇒ Object
为空时默认查询最近一天的记录.
-
#Offset ⇒ Object
为空时默认查询最近一天的记录.
-
#Type ⇒ Object
为空时默认查询最近一天的记录.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(deviceid = nil, channelid = nil, type = nil, date = nil, limit = nil, offset = nil) ⇒ DescribeVideoListByChannelRequest
constructor
A new instance of DescribeVideoListByChannelRequest.
Constructor Details
#initialize(deviceid = nil, channelid = nil, type = nil, date = nil, limit = nil, offset = nil) ⇒ DescribeVideoListByChannelRequest
Returns a new instance of DescribeVideoListByChannelRequest.
3877 3878 3879 3880 3881 3882 3883 3884 |
# File 'lib/v20201201/models.rb', line 3877 def initialize(deviceid=nil, channelid=nil, type=nil, date=nil, limit=nil, offset=nil) @DeviceId = deviceid @ChannelId = channelid @Type = type @Date = date @Limit = limit @Offset = offset end |
Instance Attribute Details
#ChannelId ⇒ Object
为空时默认查询最近一天的记录
3875 3876 3877 |
# File 'lib/v20201201/models.rb', line 3875 def ChannelId @ChannelId end |
#Date ⇒ Object
为空时默认查询最近一天的记录
3875 3876 3877 |
# File 'lib/v20201201/models.rb', line 3875 def Date @Date end |
#DeviceId ⇒ Object
为空时默认查询最近一天的记录
3875 3876 3877 |
# File 'lib/v20201201/models.rb', line 3875 def DeviceId @DeviceId end |
#Limit ⇒ Object
为空时默认查询最近一天的记录
3875 3876 3877 |
# File 'lib/v20201201/models.rb', line 3875 def Limit @Limit end |
#Offset ⇒ Object
为空时默认查询最近一天的记录
3875 3876 3877 |
# File 'lib/v20201201/models.rb', line 3875 def Offset @Offset end |
#Type ⇒ Object
为空时默认查询最近一天的记录
3875 3876 3877 |
# File 'lib/v20201201/models.rb', line 3875 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
3886 3887 3888 3889 3890 3891 3892 3893 |
# File 'lib/v20201201/models.rb', line 3886 def deserialize(params) @DeviceId = params['DeviceId'] @ChannelId = params['ChannelId'] @Type = params['Type'] @Date = params['Date'] @Limit = params['Limit'] @Offset = params['Offset'] end |