Class: TencentCloud::Iotvideoindustry::V20201201::GetRecordDatesByDevRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::GetRecordDatesByDevRequest
- Defined in:
- lib/v20201201/models.rb
Overview
GetRecordDatesByDev请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(deviceid = nil, limit = nil, offset = nil, channelid = nil, type = nil) ⇒ GetRecordDatesByDevRequest
constructor
A new instance of GetRecordDatesByDevRequest.
Constructor Details
#initialize(deviceid = nil, limit = nil, offset = nil, channelid = nil, type = nil) ⇒ GetRecordDatesByDevRequest
Returns a new instance of GetRecordDatesByDevRequest.
4451 4452 4453 4454 4455 4456 4457 |
# File 'lib/v20201201/models.rb', line 4451 def initialize(deviceid=nil, limit=nil, offset=nil, channelid=nil, type=nil) @DeviceId = deviceid @Limit = limit @Offset = offset @ChannelId = channelid @Type = type end |
Instance Attribute Details
#ChannelId ⇒ Object
4449 4450 4451 |
# File 'lib/v20201201/models.rb', line 4449 def ChannelId @ChannelId end |
#DeviceId ⇒ Object
4449 4450 4451 |
# File 'lib/v20201201/models.rb', line 4449 def DeviceId @DeviceId end |
#Limit ⇒ Object
4449 4450 4451 |
# File 'lib/v20201201/models.rb', line 4449 def Limit @Limit end |
#Offset ⇒ Object
4449 4450 4451 |
# File 'lib/v20201201/models.rb', line 4449 def Offset @Offset end |
#Type ⇒ Object
4449 4450 4451 |
# File 'lib/v20201201/models.rb', line 4449 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
4459 4460 4461 4462 4463 4464 4465 |
# File 'lib/v20201201/models.rb', line 4459 def deserialize(params) @DeviceId = params['DeviceId'] @Limit = params['Limit'] @Offset = params['Offset'] @ChannelId = params['ChannelId'] @Type = params['Type'] end |