Class: TencentCloud::Iss::V20230517::RecordRetrieveTaskChannelInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::RecordRetrieveTaskChannelInfo
- Defined in:
- lib/v20230517/models.rb
Overview
取回任务通道信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(deviceid = nil, devicename = nil, channelid = nil, channelname = nil, status = nil) ⇒ RecordRetrieveTaskChannelInfo
constructor
A new instance of RecordRetrieveTaskChannelInfo.
Constructor Details
#initialize(deviceid = nil, devicename = nil, channelid = nil, channelname = nil, status = nil) ⇒ RecordRetrieveTaskChannelInfo
Returns a new instance of RecordRetrieveTaskChannelInfo.
6526 6527 6528 6529 6530 6531 6532 |
# File 'lib/v20230517/models.rb', line 6526 def initialize(deviceid=nil, devicename=nil, channelid=nil, channelname=nil, status=nil) @DeviceId = deviceid @DeviceName = devicename @ChannelId = channelid @ChannelName = channelname @Status = status end |
Instance Attribute Details
#ChannelId ⇒ Object
6524 6525 6526 |
# File 'lib/v20230517/models.rb', line 6524 def ChannelId @ChannelId end |
#ChannelName ⇒ Object
6524 6525 6526 |
# File 'lib/v20230517/models.rb', line 6524 def ChannelName @ChannelName end |
#DeviceId ⇒ Object
6524 6525 6526 |
# File 'lib/v20230517/models.rb', line 6524 def DeviceId @DeviceId end |
#DeviceName ⇒ Object
6524 6525 6526 |
# File 'lib/v20230517/models.rb', line 6524 def DeviceName @DeviceName end |
#Status ⇒ Object
6524 6525 6526 |
# File 'lib/v20230517/models.rb', line 6524 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
6534 6535 6536 6537 6538 6539 6540 |
# File 'lib/v20230517/models.rb', line 6534 def deserialize(params) @DeviceId = params['DeviceId'] @DeviceName = params['DeviceName'] @ChannelId = params['ChannelId'] @ChannelName = params['ChannelName'] @Status = params['Status'] end |