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.
3238 3239 3240 3241 3242 3243 3244 |
# File 'lib/v20201201/models.rb', line 3238 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
3236 3237 3238 |
# File 'lib/v20201201/models.rb', line 3236 def ChannelId @ChannelId end |
#DeviceId ⇒ Object
3236 3237 3238 |
# File 'lib/v20201201/models.rb', line 3236 def DeviceId @DeviceId end |
#Limit ⇒ Object
3236 3237 3238 |
# File 'lib/v20201201/models.rb', line 3236 def Limit @Limit end |
#Offset ⇒ Object
3236 3237 3238 |
# File 'lib/v20201201/models.rb', line 3236 def Offset @Offset end |
#Type ⇒ Object
3236 3237 3238 |
# File 'lib/v20201201/models.rb', line 3236 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
3246 3247 3248 3249 3250 3251 3252 |
# File 'lib/v20201201/models.rb', line 3246 def deserialize(params) @DeviceId = params['DeviceId'] @ChannelId = params['ChannelId'] @Type = params['Type'] @Limit = params['Limit'] @Offset = params['Offset'] end |