Class: TencentCloud::Iotexplorer::V20190423::FirmwareInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::FirmwareInfo
- Defined in:
- lib/v20190423/models.rb
Overview
设备固件详细信息
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #CreateUserId ⇒ Object
- #CreatorNickName ⇒ Object
- #Description ⇒ Object
- #FwType ⇒ Object
- #Md5sum ⇒ Object
- #Name ⇒ Object
- #ProductId ⇒ Object
- #ProductName ⇒ Object
- #UserDefined ⇒ Object
- #Version ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(version = nil, md5sum = nil, createtime = nil, productname = nil, name = nil, description = nil, productid = nil, fwtype = nil, createuserid = nil, creatornickname = nil, userdefined = nil) ⇒ FirmwareInfo
constructor
A new instance of FirmwareInfo.
Constructor Details
#initialize(version = nil, md5sum = nil, createtime = nil, productname = nil, name = nil, description = nil, productid = nil, fwtype = nil, createuserid = nil, creatornickname = nil, userdefined = nil) ⇒ FirmwareInfo
Returns a new instance of FirmwareInfo.
8063 8064 8065 8066 8067 8068 8069 8070 8071 8072 8073 8074 8075 |
# File 'lib/v20190423/models.rb', line 8063 def initialize(version=nil, md5sum=nil, createtime=nil, productname=nil, name=nil, description=nil, productid=nil, fwtype=nil, createuserid=nil, creatornickname=nil, userdefined=nil) @Version = version @Md5sum = md5sum @CreateTime = createtime @ProductName = productname @Name = name @Description = description @ProductId = productid @FwType = fwtype @CreateUserId = createuserid @CreatorNickName = creatornickname @UserDefined = userdefined end |
Instance Attribute Details
#CreateTime ⇒ Object
8061 8062 8063 |
# File 'lib/v20190423/models.rb', line 8061 def CreateTime @CreateTime end |
#CreateUserId ⇒ Object
8061 8062 8063 |
# File 'lib/v20190423/models.rb', line 8061 def CreateUserId @CreateUserId end |
#CreatorNickName ⇒ Object
8061 8062 8063 |
# File 'lib/v20190423/models.rb', line 8061 def CreatorNickName @CreatorNickName end |
#Description ⇒ Object
8061 8062 8063 |
# File 'lib/v20190423/models.rb', line 8061 def Description @Description end |
#FwType ⇒ Object
8061 8062 8063 |
# File 'lib/v20190423/models.rb', line 8061 def FwType @FwType end |
#Md5sum ⇒ Object
8061 8062 8063 |
# File 'lib/v20190423/models.rb', line 8061 def Md5sum @Md5sum end |
#Name ⇒ Object
8061 8062 8063 |
# File 'lib/v20190423/models.rb', line 8061 def Name @Name end |
#ProductId ⇒ Object
8061 8062 8063 |
# File 'lib/v20190423/models.rb', line 8061 def ProductId @ProductId end |
#ProductName ⇒ Object
8061 8062 8063 |
# File 'lib/v20190423/models.rb', line 8061 def ProductName @ProductName end |
#UserDefined ⇒ Object
8061 8062 8063 |
# File 'lib/v20190423/models.rb', line 8061 def UserDefined @UserDefined end |
#Version ⇒ Object
8061 8062 8063 |
# File 'lib/v20190423/models.rb', line 8061 def Version @Version end |
Instance Method Details
#deserialize(params) ⇒ Object
8077 8078 8079 8080 8081 8082 8083 8084 8085 8086 8087 8088 8089 |
# File 'lib/v20190423/models.rb', line 8077 def deserialize(params) @Version = params['Version'] @Md5sum = params['Md5sum'] @CreateTime = params['CreateTime'] @ProductName = params['ProductName'] @Name = params['Name'] @Description = params['Description'] @ProductId = params['ProductId'] @FwType = params['FwType'] @CreateUserId = params['CreateUserId'] @CreatorNickName = params['CreatorNickName'] @UserDefined = params['UserDefined'] end |