Class: TencentCloud::Iotvideoindustry::V20201201::DescribeRecordDatesByChannelRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::DescribeRecordDatesByChannelRequest
- Defined in:
- lib/v20201201/models.rb
Overview
DescribeRecordDatesByChannel请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(deviceid = nil, channelid = nil, type = nil, limit = nil, offset = nil) ⇒ DescribeRecordDatesByChannelRequest
constructor
A new instance of DescribeRecordDatesByChannelRequest.
Constructor Details
#initialize(deviceid = nil, channelid = nil, type = nil, limit = nil, offset = nil) ⇒ DescribeRecordDatesByChannelRequest
Returns a new instance of DescribeRecordDatesByChannelRequest.
3317 3318 3319 3320 3321 3322 3323 |
# File 'lib/v20201201/models.rb', line 3317 def initialize(deviceid=nil, channelid=nil, type=nil, limit=nil, offset=nil) @DeviceId = deviceid @ChannelId = channelid @Type = type @Limit = limit @Offset = offset end |
Instance Attribute Details
#ChannelId ⇒ Object
3315 3316 3317 |
# File 'lib/v20201201/models.rb', line 3315 def ChannelId @ChannelId end |
#DeviceId ⇒ Object
3315 3316 3317 |
# File 'lib/v20201201/models.rb', line 3315 def DeviceId @DeviceId end |
#Limit ⇒ Object
3315 3316 3317 |
# File 'lib/v20201201/models.rb', line 3315 def Limit @Limit end |
#Offset ⇒ Object
3315 3316 3317 |
# File 'lib/v20201201/models.rb', line 3315 def Offset @Offset end |
#Type ⇒ Object
3315 3316 3317 |
# File 'lib/v20201201/models.rb', line 3315 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
3325 3326 3327 3328 3329 3330 3331 |
# File 'lib/v20201201/models.rb', line 3325 def deserialize(params) @DeviceId = params['DeviceId'] @ChannelId = params['ChannelId'] @Type = params['Type'] @Limit = params['Limit'] @Offset = params['Offset'] end |