Class: TencentCloud::Iotexplorer::V20190423::DescribeFirmwareResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DescribeFirmwareResponse
- Defined in:
- lib/v20190423/models.rb
Overview
DescribeFirmware返回参数结构体
Instance Attribute Summary collapse
- #Createtime ⇒ Object
- #Description ⇒ Object
- #FwType ⇒ Object
- #Md5sum ⇒ Object
- #Name ⇒ Object
- #ProductId ⇒ Object
- #ProductName ⇒ Object
- #RequestId ⇒ Object
- #UserDefined ⇒ Object
- #Version ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(version = nil, productid = nil, name = nil, description = nil, md5sum = nil, createtime = nil, productname = nil, fwtype = nil, userdefined = nil, requestid = nil) ⇒ DescribeFirmwareResponse
constructor
A new instance of DescribeFirmwareResponse.
Constructor Details
#initialize(version = nil, productid = nil, name = nil, description = nil, md5sum = nil, createtime = nil, productname = nil, fwtype = nil, userdefined = nil, requestid = nil) ⇒ DescribeFirmwareResponse
Returns a new instance of DescribeFirmwareResponse.
5682 5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 |
# File 'lib/v20190423/models.rb', line 5682 def initialize(version=nil, productid=nil, name=nil, description=nil, md5sum=nil, createtime=nil, productname=nil, fwtype=nil, userdefined=nil, requestid=nil) @Version = version @ProductId = productid @Name = name @Description = description @Md5sum = md5sum @Createtime = createtime @ProductName = productname @FwType = fwtype @UserDefined = userdefined @RequestId = requestid end |
Instance Attribute Details
#Createtime ⇒ Object
5680 5681 5682 |
# File 'lib/v20190423/models.rb', line 5680 def Createtime @Createtime end |
#Description ⇒ Object
5680 5681 5682 |
# File 'lib/v20190423/models.rb', line 5680 def Description @Description end |
#FwType ⇒ Object
5680 5681 5682 |
# File 'lib/v20190423/models.rb', line 5680 def FwType @FwType end |
#Md5sum ⇒ Object
5680 5681 5682 |
# File 'lib/v20190423/models.rb', line 5680 def Md5sum @Md5sum end |
#Name ⇒ Object
5680 5681 5682 |
# File 'lib/v20190423/models.rb', line 5680 def Name @Name end |
#ProductId ⇒ Object
5680 5681 5682 |
# File 'lib/v20190423/models.rb', line 5680 def ProductId @ProductId end |
#ProductName ⇒ Object
5680 5681 5682 |
# File 'lib/v20190423/models.rb', line 5680 def ProductName @ProductName end |
#RequestId ⇒ Object
5680 5681 5682 |
# File 'lib/v20190423/models.rb', line 5680 def RequestId @RequestId end |
#UserDefined ⇒ Object
5680 5681 5682 |
# File 'lib/v20190423/models.rb', line 5680 def UserDefined @UserDefined end |
#Version ⇒ Object
5680 5681 5682 |
# File 'lib/v20190423/models.rb', line 5680 def Version @Version end |
Instance Method Details
#deserialize(params) ⇒ Object
5695 5696 5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 |
# File 'lib/v20190423/models.rb', line 5695 def deserialize(params) @Version = params['Version'] @ProductId = params['ProductId'] @Name = params['Name'] @Description = params['Description'] @Md5sum = params['Md5sum'] @Createtime = params['Createtime'] @ProductName = params['ProductName'] @FwType = params['FwType'] @UserDefined = params['UserDefined'] @RequestId = params['RequestId'] end |