Class: TencentCloud::Iotvideoindustry::V20201201::DescribeVideoListRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::DescribeVideoListRequest
- Defined in:
- lib/v20201201/models.rb
Overview
DescribeVideoList请求参数结构体
Instance Attribute Summary collapse
- #ChannelId ⇒ Object
- #DeviceId ⇒ Object
- #EndExpireTime ⇒ Object
- #EndFileSize ⇒ Object
- #EndRecordTime ⇒ Object
- #EndTime ⇒ Object
- #IsRecording ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #PlanId ⇒ Object
- #RecordType ⇒ Object
- #SceneId ⇒ Object
- #StartExpireTime ⇒ Object
- #StartFileSize ⇒ Object
- #StartRecordTime ⇒ Object
- #StartTime ⇒ Object
- #WarnId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(offset = nil, limit = nil, starttime = nil, endtime = nil, deviceid = nil, startrecordtime = nil, endrecordtime = nil, startexpiretime = nil, endexpiretime = nil, startfilesize = nil, endfilesize = nil, isrecording = nil, channelid = nil, planid = nil, sceneid = nil, warnid = nil, recordtype = nil) ⇒ DescribeVideoListRequest
constructor
A new instance of DescribeVideoListRequest.
Constructor Details
#initialize(offset = nil, limit = nil, starttime = nil, endtime = nil, deviceid = nil, startrecordtime = nil, endrecordtime = nil, startexpiretime = nil, endexpiretime = nil, startfilesize = nil, endfilesize = nil, isrecording = nil, channelid = nil, planid = nil, sceneid = nil, warnid = nil, recordtype = nil) ⇒ DescribeVideoListRequest
Returns a new instance of DescribeVideoListRequest.
3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 |
# File 'lib/v20201201/models.rb', line 3966 def initialize(offset=nil, limit=nil, starttime=nil, endtime=nil, deviceid=nil, startrecordtime=nil, endrecordtime=nil, startexpiretime=nil, endexpiretime=nil, startfilesize=nil, endfilesize=nil, isrecording=nil, channelid=nil, planid=nil, sceneid=nil, warnid=nil, recordtype=nil) @Offset = offset @Limit = limit @StartTime = starttime @EndTime = endtime @DeviceId = deviceid @StartRecordTime = startrecordtime @EndRecordTime = endrecordtime @StartExpireTime = startexpiretime @EndExpireTime = endexpiretime @StartFileSize = startfilesize @EndFileSize = endfilesize @IsRecording = isrecording @ChannelId = channelid @PlanId = planid @SceneId = sceneid @WarnId = warnid @RecordType = recordtype end |
Instance Attribute Details
#ChannelId ⇒ Object
3964 3965 3966 |
# File 'lib/v20201201/models.rb', line 3964 def ChannelId @ChannelId end |
#DeviceId ⇒ Object
3964 3965 3966 |
# File 'lib/v20201201/models.rb', line 3964 def DeviceId @DeviceId end |
#EndExpireTime ⇒ Object
3964 3965 3966 |
# File 'lib/v20201201/models.rb', line 3964 def EndExpireTime @EndExpireTime end |
#EndFileSize ⇒ Object
3964 3965 3966 |
# File 'lib/v20201201/models.rb', line 3964 def EndFileSize @EndFileSize end |
#EndRecordTime ⇒ Object
3964 3965 3966 |
# File 'lib/v20201201/models.rb', line 3964 def EndRecordTime @EndRecordTime end |
#EndTime ⇒ Object
3964 3965 3966 |
# File 'lib/v20201201/models.rb', line 3964 def EndTime @EndTime end |
#IsRecording ⇒ Object
3964 3965 3966 |
# File 'lib/v20201201/models.rb', line 3964 def IsRecording @IsRecording end |
#Limit ⇒ Object
3964 3965 3966 |
# File 'lib/v20201201/models.rb', line 3964 def Limit @Limit end |
#Offset ⇒ Object
3964 3965 3966 |
# File 'lib/v20201201/models.rb', line 3964 def Offset @Offset end |
#PlanId ⇒ Object
3964 3965 3966 |
# File 'lib/v20201201/models.rb', line 3964 def PlanId @PlanId end |
#RecordType ⇒ Object
3964 3965 3966 |
# File 'lib/v20201201/models.rb', line 3964 def RecordType @RecordType end |
#SceneId ⇒ Object
3964 3965 3966 |
# File 'lib/v20201201/models.rb', line 3964 def SceneId @SceneId end |
#StartExpireTime ⇒ Object
3964 3965 3966 |
# File 'lib/v20201201/models.rb', line 3964 def StartExpireTime @StartExpireTime end |
#StartFileSize ⇒ Object
3964 3965 3966 |
# File 'lib/v20201201/models.rb', line 3964 def StartFileSize @StartFileSize end |
#StartRecordTime ⇒ Object
3964 3965 3966 |
# File 'lib/v20201201/models.rb', line 3964 def StartRecordTime @StartRecordTime end |
#StartTime ⇒ Object
3964 3965 3966 |
# File 'lib/v20201201/models.rb', line 3964 def StartTime @StartTime end |
#WarnId ⇒ Object
3964 3965 3966 |
# File 'lib/v20201201/models.rb', line 3964 def WarnId @WarnId end |
Instance Method Details
#deserialize(params) ⇒ Object
3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 |
# File 'lib/v20201201/models.rb', line 3986 def deserialize(params) @Offset = params['Offset'] @Limit = params['Limit'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @DeviceId = params['DeviceId'] @StartRecordTime = params['StartRecordTime'] @EndRecordTime = params['EndRecordTime'] @StartExpireTime = params['StartExpireTime'] @EndExpireTime = params['EndExpireTime'] @StartFileSize = params['StartFileSize'] @EndFileSize = params['EndFileSize'] @IsRecording = params['IsRecording'] @ChannelId = params['ChannelId'] @PlanId = params['PlanId'] @SceneId = params['SceneId'] @WarnId = params['WarnId'] @RecordType = params['RecordType'] end |