Class: TencentCloud::Iotvideoindustry::V20201201::DescribeRecordStreamRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::DescribeRecordStreamRequest
- Defined in:
- lib/v20201201/models.rb
Overview
DescribeRecordStream请求参数结构体
Instance Attribute Summary collapse
- #ChannelId ⇒ Object
- #DeviceId ⇒ Object
- #EndTime ⇒ Object
- #ExpireTime ⇒ Object
- #RecordId ⇒ Object
- #StartTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(deviceid = nil, expiretime = nil, recordid = nil, starttime = nil, endtime = nil, channelid = nil) ⇒ DescribeRecordStreamRequest
constructor
A new instance of DescribeRecordStreamRequest.
Constructor Details
#initialize(deviceid = nil, expiretime = nil, recordid = nil, starttime = nil, endtime = nil, channelid = nil) ⇒ DescribeRecordStreamRequest
Returns a new instance of DescribeRecordStreamRequest.
3369 3370 3371 3372 3373 3374 3375 3376 |
# File 'lib/v20201201/models.rb', line 3369 def initialize(deviceid=nil, expiretime=nil, recordid=nil, starttime=nil, endtime=nil, channelid=nil) @DeviceId = deviceid @ExpireTime = expiretime @RecordId = recordid @StartTime = starttime @EndTime = endtime @ChannelId = channelid end |
Instance Attribute Details
#ChannelId ⇒ Object
3367 3368 3369 |
# File 'lib/v20201201/models.rb', line 3367 def ChannelId @ChannelId end |
#DeviceId ⇒ Object
3367 3368 3369 |
# File 'lib/v20201201/models.rb', line 3367 def DeviceId @DeviceId end |
#EndTime ⇒ Object
3367 3368 3369 |
# File 'lib/v20201201/models.rb', line 3367 def EndTime @EndTime end |
#ExpireTime ⇒ Object
3367 3368 3369 |
# File 'lib/v20201201/models.rb', line 3367 def ExpireTime @ExpireTime end |
#RecordId ⇒ Object
3367 3368 3369 |
# File 'lib/v20201201/models.rb', line 3367 def RecordId @RecordId end |
#StartTime ⇒ Object
3367 3368 3369 |
# File 'lib/v20201201/models.rb', line 3367 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
3378 3379 3380 3381 3382 3383 3384 3385 |
# File 'lib/v20201201/models.rb', line 3378 def deserialize(params) @DeviceId = params['DeviceId'] @ExpireTime = params['ExpireTime'] @RecordId = params['RecordId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @ChannelId = params['ChannelId'] end |