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.
4594 4595 4596 4597 4598 4599 4600 4601 4602 |
# File 'lib/v20201201/models.rb', line 4594 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
为空时默认查询最近一天的记录
4592 4593 4594 |
# File 'lib/v20201201/models.rb', line 4592 def ChannelId @ChannelId end |
#Date ⇒ Object
为空时默认查询最近一天的记录
4592 4593 4594 |
# File 'lib/v20201201/models.rb', line 4592 def Date @Date end |
#DeviceId ⇒ Object
为空时默认查询最近一天的记录
4592 4593 4594 |
# File 'lib/v20201201/models.rb', line 4592 def DeviceId @DeviceId end |
#LatestDay ⇒ Object
为空时默认查询最近一天的记录
4592 4593 4594 |
# File 'lib/v20201201/models.rb', line 4592 def LatestDay @LatestDay end |
#Limit ⇒ Object
为空时默认查询最近一天的记录
4592 4593 4594 |
# File 'lib/v20201201/models.rb', line 4592 def Limit @Limit end |
#Offset ⇒ Object
为空时默认查询最近一天的记录
4592 4593 4594 |
# File 'lib/v20201201/models.rb', line 4592 def Offset @Offset end |
#Type ⇒ Object
为空时默认查询最近一天的记录
4592 4593 4594 |
# File 'lib/v20201201/models.rb', line 4592 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
4604 4605 4606 4607 4608 4609 4610 4611 4612 |
# File 'lib/v20201201/models.rb', line 4604 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 |