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.
11776 11777 11778 11779 11780 11781 11782 11783 11784 |
# File 'lib/v20190423/models.rb', line 11776 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
11774 11775 11776 |
# File 'lib/v20190423/models.rb', line 11774 def CreateTime @CreateTime end |
#FwType ⇒ Object
11774 11775 11776 |
# File 'lib/v20190423/models.rb', line 11774 def FwType @FwType end |
#IsBuildIn ⇒ Object
11774 11775 11776 |
# File 'lib/v20190423/models.rb', line 11774 def IsBuildIn @IsBuildIn end |
#Name ⇒ Object
11774 11775 11776 |
# File 'lib/v20190423/models.rb', line 11774 def Name @Name end |
#ProductID ⇒ Object
11774 11775 11776 |
# File 'lib/v20190423/models.rb', line 11774 def ProductID @ProductID end |
#ProductName ⇒ Object
11774 11775 11776 |
# File 'lib/v20190423/models.rb', line 11774 def ProductName @ProductName end |
#Remark ⇒ Object
11774 11775 11776 |
# File 'lib/v20190423/models.rb', line 11774 def Remark @Remark end |
Instance Method Details
#deserialize(params) ⇒ Object
11786 11787 11788 11789 11790 11791 11792 11793 11794 |
# File 'lib/v20190423/models.rb', line 11786 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 |