Class: TencentCloud::Iotexplorer::V20190423::PublishFirmwareUpdateMessageRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190423/models.rb

Overview

PublishFirmwareUpdateMessage请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(productid = nil, devicename = nil, fwtype = nil) ⇒ PublishFirmwareUpdateMessageRequest

Returns a new instance of PublishFirmwareUpdateMessageRequest.



12391
12392
12393
12394
12395
# File 'lib/v20190423/models.rb', line 12391

def initialize(productid=nil, devicename=nil, fwtype=nil)
  @ProductID = productid
  @DeviceName = devicename
  @FwType = fwtype
end

Instance Attribute Details

#DeviceNameObject

Parameters:

  • ProductID:

    产品 ID。

  • DeviceName:

    设备名称。

  • FwType:

    固件类型



12389
12390
12391
# File 'lib/v20190423/models.rb', line 12389

def DeviceName
  @DeviceName
end

#FwTypeObject

Parameters:

  • ProductID:

    产品 ID。

  • DeviceName:

    设备名称。

  • FwType:

    固件类型



12389
12390
12391
# File 'lib/v20190423/models.rb', line 12389

def FwType
  @FwType
end

#ProductIDObject

Parameters:

  • ProductID:

    产品 ID。

  • DeviceName:

    设备名称。

  • FwType:

    固件类型



12389
12390
12391
# File 'lib/v20190423/models.rb', line 12389

def ProductID
  @ProductID
end

Instance Method Details

#deserialize(params) ⇒ Object



12397
12398
12399
12400
12401
# File 'lib/v20190423/models.rb', line 12397

def deserialize(params)
  @ProductID = params['ProductID']
  @DeviceName = params['DeviceName']
  @FwType = params['FwType']
end