Class: TencentCloud::Iss::V20230517::ChannelInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::ChannelInfo
- Defined in:
- lib/v20230517/models.rb
Overview
通道及通道所属设备信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(deviceid = nil, channelid = nil) ⇒ ChannelInfo
constructor
A new instance of ChannelInfo.
Constructor Details
#initialize(deviceid = nil, channelid = nil) ⇒ ChannelInfo
Returns a new instance of ChannelInfo.
1502 1503 1504 1505 |
# File 'lib/v20230517/models.rb', line 1502 def initialize(deviceid=nil, channelid=nil) @DeviceId = deviceid @ChannelId = channelid end |
Instance Attribute Details
#ChannelId ⇒ Object
1500 1501 1502 |
# File 'lib/v20230517/models.rb', line 1500 def ChannelId @ChannelId end |
#DeviceId ⇒ Object
1500 1501 1502 |
# File 'lib/v20230517/models.rb', line 1500 def DeviceId @DeviceId end |
Instance Method Details
#deserialize(params) ⇒ Object
1507 1508 1509 1510 |
# File 'lib/v20230517/models.rb', line 1507 def deserialize(params) @DeviceId = params['DeviceId'] @ChannelId = params['ChannelId'] end |