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.
3449 3450 3451 3452 3453 3454 3455 3456 |
# File 'lib/v20201201/models.rb', line 3449 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
3447 3448 3449 |
# File 'lib/v20201201/models.rb', line 3447 def ChannelId @ChannelId end |
#DeviceId ⇒ Object
3447 3448 3449 |
# File 'lib/v20201201/models.rb', line 3447 def DeviceId @DeviceId end |
#EndTime ⇒ Object
3447 3448 3449 |
# File 'lib/v20201201/models.rb', line 3447 def EndTime @EndTime end |
#ExpireTime ⇒ Object
3447 3448 3449 |
# File 'lib/v20201201/models.rb', line 3447 def ExpireTime @ExpireTime end |
#RecordId ⇒ Object
3447 3448 3449 |
# File 'lib/v20201201/models.rb', line 3447 def RecordId @RecordId end |
#StartTime ⇒ Object
3447 3448 3449 |
# File 'lib/v20201201/models.rb', line 3447 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
3458 3459 3460 3461 3462 3463 3464 3465 |
# File 'lib/v20201201/models.rb', line 3458 def deserialize(params) @DeviceId = params['DeviceId'] @ExpireTime = params['ExpireTime'] @RecordId = params['RecordId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @ChannelId = params['ChannelId'] end |