Class: TencentCloud::Iecp::V20210914::EdgeDracoNodeInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::EdgeDracoNodeInfo
- Defined in:
- lib/v20210914/models.rb
Overview
预注册节点的信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, name = nil, isused = nil, createtime = nil, remark = nil, sn = nil) ⇒ EdgeDracoNodeInfo
constructor
A new instance of EdgeDracoNodeInfo.
Constructor Details
#initialize(id = nil, name = nil, isused = nil, createtime = nil, remark = nil, sn = nil) ⇒ EdgeDracoNodeInfo
Returns a new instance of EdgeDracoNodeInfo.
4117 4118 4119 4120 4121 4122 4123 4124 |
# File 'lib/v20210914/models.rb', line 4117 def initialize(id=nil, name=nil, isused=nil, createtime=nil, remark=nil, sn=nil) @Id = id @Name = name @IsUsed = isused @CreateTime = createtime @Remark = remark @SN = sn end |
Instance Attribute Details
#CreateTime ⇒ Object
4115 4116 4117 |
# File 'lib/v20210914/models.rb', line 4115 def CreateTime @CreateTime end |
#Id ⇒ Object
4115 4116 4117 |
# File 'lib/v20210914/models.rb', line 4115 def Id @Id end |
#IsUsed ⇒ Object
4115 4116 4117 |
# File 'lib/v20210914/models.rb', line 4115 def IsUsed @IsUsed end |
#Name ⇒ Object
4115 4116 4117 |
# File 'lib/v20210914/models.rb', line 4115 def Name @Name end |
#Remark ⇒ Object
4115 4116 4117 |
# File 'lib/v20210914/models.rb', line 4115 def Remark @Remark end |
#SN ⇒ Object
4115 4116 4117 |
# File 'lib/v20210914/models.rb', line 4115 def SN @SN end |
Instance Method Details
#deserialize(params) ⇒ Object
4126 4127 4128 4129 4130 4131 4132 4133 |
# File 'lib/v20210914/models.rb', line 4126 def deserialize(params) @Id = params['Id'] @Name = params['Name'] @IsUsed = params['IsUsed'] @CreateTime = params['CreateTime'] @Remark = params['Remark'] @SN = params['SN'] end |