Class: TencentCloud::Iss::V20230517::RecordPlanChannelInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::RecordPlanChannelInfo
- Defined in:
- lib/v20230517/models.rb
Overview
计划下的设备通道信息
Instance Attribute Summary collapse
- #AccessProtocol ⇒ Object
- #ChannelId ⇒ Object
- #ChannelName ⇒ Object
- #DeviceId ⇒ Object
- #DeviceName ⇒ Object
- #OrganizationName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(deviceid = nil, devicename = nil, channelid = nil, channelname = nil, organizationname = nil, accessprotocol = nil) ⇒ RecordPlanChannelInfo
constructor
A new instance of RecordPlanChannelInfo.
Constructor Details
#initialize(deviceid = nil, devicename = nil, channelid = nil, channelname = nil, organizationname = nil, accessprotocol = nil) ⇒ RecordPlanChannelInfo
Returns a new instance of RecordPlanChannelInfo.
6433 6434 6435 6436 6437 6438 6439 6440 |
# File 'lib/v20230517/models.rb', line 6433 def initialize(deviceid=nil, devicename=nil, channelid=nil, channelname=nil, organizationname=nil, accessprotocol=nil) @DeviceId = deviceid @DeviceName = devicename @ChannelId = channelid @ChannelName = channelname @OrganizationName = organizationname @AccessProtocol = accessprotocol end |
Instance Attribute Details
#AccessProtocol ⇒ Object
6431 6432 6433 |
# File 'lib/v20230517/models.rb', line 6431 def AccessProtocol @AccessProtocol end |
#ChannelId ⇒ Object
6431 6432 6433 |
# File 'lib/v20230517/models.rb', line 6431 def ChannelId @ChannelId end |
#ChannelName ⇒ Object
6431 6432 6433 |
# File 'lib/v20230517/models.rb', line 6431 def ChannelName @ChannelName end |
#DeviceId ⇒ Object
6431 6432 6433 |
# File 'lib/v20230517/models.rb', line 6431 def DeviceId @DeviceId end |
#DeviceName ⇒ Object
6431 6432 6433 |
# File 'lib/v20230517/models.rb', line 6431 def DeviceName @DeviceName end |
#OrganizationName ⇒ Object
6431 6432 6433 |
# File 'lib/v20230517/models.rb', line 6431 def OrganizationName @OrganizationName end |
Instance Method Details
#deserialize(params) ⇒ Object
6442 6443 6444 6445 6446 6447 6448 6449 |
# File 'lib/v20230517/models.rb', line 6442 def deserialize(params) @DeviceId = params['DeviceId'] @DeviceName = params['DeviceName'] @ChannelId = params['ChannelId'] @ChannelName = params['ChannelName'] @OrganizationName = params['OrganizationName'] @AccessProtocol = params['AccessProtocol'] end |