Class: TencentCloud::Iotexplorer::V20190423::OtaModuleInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::OtaModuleInfo
- Defined in:
- lib/v20190423/models.rb
Overview
升级包类型详细信息
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #FwType ⇒ Object
- #IsBuildIn ⇒ Object
- #Name ⇒ Object
- #ProductID ⇒ Object
- #ProductName ⇒ Object
- #Remark ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(createtime = nil, productname = nil, name = nil, productid = nil, fwtype = nil, isbuildin = nil, remark = nil) ⇒ OtaModuleInfo
constructor
A new instance of OtaModuleInfo.
Constructor Details
#initialize(createtime = nil, productname = nil, name = nil, productid = nil, fwtype = nil, isbuildin = nil, remark = nil) ⇒ OtaModuleInfo
Returns a new instance of OtaModuleInfo.
11760 11761 11762 11763 11764 11765 11766 11767 11768 |
# File 'lib/v20190423/models.rb', line 11760 def initialize(createtime=nil, productname=nil, name=nil, productid=nil, fwtype=nil, isbuildin=nil, remark=nil) @CreateTime = createtime @ProductName = productname @Name = name @ProductID = productid @FwType = fwtype @IsBuildIn = isbuildin @Remark = remark end |
Instance Attribute Details
#CreateTime ⇒ Object
11758 11759 11760 |
# File 'lib/v20190423/models.rb', line 11758 def CreateTime @CreateTime end |
#FwType ⇒ Object
11758 11759 11760 |
# File 'lib/v20190423/models.rb', line 11758 def FwType @FwType end |
#IsBuildIn ⇒ Object
11758 11759 11760 |
# File 'lib/v20190423/models.rb', line 11758 def IsBuildIn @IsBuildIn end |
#Name ⇒ Object
11758 11759 11760 |
# File 'lib/v20190423/models.rb', line 11758 def Name @Name end |
#ProductID ⇒ Object
11758 11759 11760 |
# File 'lib/v20190423/models.rb', line 11758 def ProductID @ProductID end |
#ProductName ⇒ Object
11758 11759 11760 |
# File 'lib/v20190423/models.rb', line 11758 def ProductName @ProductName end |
#Remark ⇒ Object
11758 11759 11760 |
# File 'lib/v20190423/models.rb', line 11758 def Remark @Remark end |
Instance Method Details
#deserialize(params) ⇒ Object
11770 11771 11772 11773 11774 11775 11776 11777 11778 |
# File 'lib/v20190423/models.rb', line 11770 def deserialize(params) @CreateTime = params['CreateTime'] @ProductName = params['ProductName'] @Name = params['Name'] @ProductID = params['ProductID'] @FwType = params['FwType'] @IsBuildIn = params['IsBuildIn'] @Remark = params['Remark'] end |