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.
3978 3979 3980 3981 3982 3983 3984 3985 |
# File 'lib/v20201201/models.rb', line 3978 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
为空时默认查询最近一天的记录
3976 3977 3978 |
# File 'lib/v20201201/models.rb', line 3976 def ChannelId @ChannelId end |
#Date ⇒ Object
为空时默认查询最近一天的记录
3976 3977 3978 |
# File 'lib/v20201201/models.rb', line 3976 def Date @Date end |
#DeviceId ⇒ Object
为空时默认查询最近一天的记录
3976 3977 3978 |
# File 'lib/v20201201/models.rb', line 3976 def DeviceId @DeviceId end |
#Limit ⇒ Object
为空时默认查询最近一天的记录
3976 3977 3978 |
# File 'lib/v20201201/models.rb', line 3976 def Limit @Limit end |
#Offset ⇒ Object
为空时默认查询最近一天的记录
3976 3977 3978 |
# File 'lib/v20201201/models.rb', line 3976 def Offset @Offset end |
#Type ⇒ Object
为空时默认查询最近一天的记录
3976 3977 3978 |
# File 'lib/v20201201/models.rb', line 3976 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
3987 3988 3989 3990 3991 3992 3993 3994 |
# File 'lib/v20201201/models.rb', line 3987 def deserialize(params) @DeviceId = params['DeviceId'] @ChannelId = params['ChannelId'] @Type = params['Type'] @Date = params['Date'] @Limit = params['Limit'] @Offset = params['Offset'] end |