Class: TencentCloud::Iotvideoindustry::V20201201::GetVideoListByConRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::GetVideoListByConRequest
- Defined in:
- lib/v20201201/models.rb
Overview
GetVideoListByCon请求参数结构体
Instance Attribute Summary collapse
-
#ChannelId ⇒ Object
为空时默认查询最近一天的记录.
-
#Date ⇒ Object
为空时默认查询最近一天的记录.
-
#DeviceId ⇒ Object
为空时默认查询最近一天的记录.
-
#LatestDay ⇒ Object
为空时默认查询最近一天的记录.
-
#Limit ⇒ Object
为空时默认查询最近一天的记录.
-
#Offset ⇒ Object
为空时默认查询最近一天的记录.
-
#Type ⇒ Object
为空时默认查询最近一天的记录.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(deviceid = nil, offset = nil, limit = nil, channelid = nil, latestday = nil, date = nil, type = nil) ⇒ GetVideoListByConRequest
constructor
A new instance of GetVideoListByConRequest.
Constructor Details
#initialize(deviceid = nil, offset = nil, limit = nil, channelid = nil, latestday = nil, date = nil, type = nil) ⇒ GetVideoListByConRequest
Returns a new instance of GetVideoListByConRequest.
4716 4717 4718 4719 4720 4721 4722 4723 4724 |
# File 'lib/v20201201/models.rb', line 4716 def initialize(deviceid=nil, offset=nil, limit=nil, channelid=nil, latestday=nil, date=nil, type=nil) @DeviceId = deviceid @Offset = offset @Limit = limit @ChannelId = channelid @LatestDay = latestday @Date = date @Type = type end |
Instance Attribute Details
#ChannelId ⇒ Object
为空时默认查询最近一天的记录
4714 4715 4716 |
# File 'lib/v20201201/models.rb', line 4714 def ChannelId @ChannelId end |
#Date ⇒ Object
为空时默认查询最近一天的记录
4714 4715 4716 |
# File 'lib/v20201201/models.rb', line 4714 def Date @Date end |
#DeviceId ⇒ Object
为空时默认查询最近一天的记录
4714 4715 4716 |
# File 'lib/v20201201/models.rb', line 4714 def DeviceId @DeviceId end |
#LatestDay ⇒ Object
为空时默认查询最近一天的记录
4714 4715 4716 |
# File 'lib/v20201201/models.rb', line 4714 def LatestDay @LatestDay end |
#Limit ⇒ Object
为空时默认查询最近一天的记录
4714 4715 4716 |
# File 'lib/v20201201/models.rb', line 4714 def Limit @Limit end |
#Offset ⇒ Object
为空时默认查询最近一天的记录
4714 4715 4716 |
# File 'lib/v20201201/models.rb', line 4714 def Offset @Offset end |
#Type ⇒ Object
为空时默认查询最近一天的记录
4714 4715 4716 |
# File 'lib/v20201201/models.rb', line 4714 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
4726 4727 4728 4729 4730 4731 4732 4733 4734 |
# File 'lib/v20201201/models.rb', line 4726 def deserialize(params) @DeviceId = params['DeviceId'] @Offset = params['Offset'] @Limit = params['Limit'] @ChannelId = params['ChannelId'] @LatestDay = params['LatestDay'] @Date = params['Date'] @Type = params['Type'] end |