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.
4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 |
# File 'lib/v20201201/models.rb', line 4069 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
4067 4068 4069 |
# File 'lib/v20201201/models.rb', line 4067 def ChannelId @ChannelId end |
#DeviceId ⇒ Object
4067 4068 4069 |
# File 'lib/v20201201/models.rb', line 4067 def DeviceId @DeviceId end |
#EndExpireTime ⇒ Object
4067 4068 4069 |
# File 'lib/v20201201/models.rb', line 4067 def EndExpireTime @EndExpireTime end |
#EndFileSize ⇒ Object
4067 4068 4069 |
# File 'lib/v20201201/models.rb', line 4067 def EndFileSize @EndFileSize end |
#EndRecordTime ⇒ Object
4067 4068 4069 |
# File 'lib/v20201201/models.rb', line 4067 def EndRecordTime @EndRecordTime end |
#EndTime ⇒ Object
4067 4068 4069 |
# File 'lib/v20201201/models.rb', line 4067 def EndTime @EndTime end |
#IsRecording ⇒ Object
4067 4068 4069 |
# File 'lib/v20201201/models.rb', line 4067 def IsRecording @IsRecording end |
#Limit ⇒ Object
4067 4068 4069 |
# File 'lib/v20201201/models.rb', line 4067 def Limit @Limit end |
#Offset ⇒ Object
4067 4068 4069 |
# File 'lib/v20201201/models.rb', line 4067 def Offset @Offset end |
#PlanId ⇒ Object
4067 4068 4069 |
# File 'lib/v20201201/models.rb', line 4067 def PlanId @PlanId end |
#RecordType ⇒ Object
4067 4068 4069 |
# File 'lib/v20201201/models.rb', line 4067 def RecordType @RecordType end |
#SceneId ⇒ Object
4067 4068 4069 |
# File 'lib/v20201201/models.rb', line 4067 def SceneId @SceneId end |
#StartExpireTime ⇒ Object
4067 4068 4069 |
# File 'lib/v20201201/models.rb', line 4067 def StartExpireTime @StartExpireTime end |
#StartFileSize ⇒ Object
4067 4068 4069 |
# File 'lib/v20201201/models.rb', line 4067 def StartFileSize @StartFileSize end |
#StartRecordTime ⇒ Object
4067 4068 4069 |
# File 'lib/v20201201/models.rb', line 4067 def StartRecordTime @StartRecordTime end |
#StartTime ⇒ Object
4067 4068 4069 |
# File 'lib/v20201201/models.rb', line 4067 def StartTime @StartTime end |
#WarnId ⇒ Object
4067 4068 4069 |
# File 'lib/v20201201/models.rb', line 4067 def WarnId @WarnId end |
Instance Method Details
#deserialize(params) ⇒ Object
4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 |
# File 'lib/v20201201/models.rb', line 4089 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 |