Class: TencentCloud::Iecp::V20210914::DracoNodeInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::DracoNodeInfo
- Defined in:
- lib/v20210914/models.rb
Overview
Draco 设备预录入信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sn = nil, name = nil, remark = nil) ⇒ DracoNodeInfo
constructor
A new instance of DracoNodeInfo.
Constructor Details
#initialize(sn = nil, name = nil, remark = nil) ⇒ DracoNodeInfo
Returns a new instance of DracoNodeInfo.
4010 4011 4012 4013 4014 |
# File 'lib/v20210914/models.rb', line 4010 def initialize(sn=nil, name=nil, remark=nil) @SN = sn @Name = name @Remark = remark end |
Instance Attribute Details
#Name ⇒ Object
4008 4009 4010 |
# File 'lib/v20210914/models.rb', line 4008 def Name @Name end |
#Remark ⇒ Object
4008 4009 4010 |
# File 'lib/v20210914/models.rb', line 4008 def Remark @Remark end |
#SN ⇒ Object
4008 4009 4010 |
# File 'lib/v20210914/models.rb', line 4008 def SN @SN end |
Instance Method Details
#deserialize(params) ⇒ Object
4016 4017 4018 4019 4020 |
# File 'lib/v20210914/models.rb', line 4016 def deserialize(params) @SN = params['SN'] @Name = params['Name'] @Remark = params['Remark'] end |