Class: TencentCloud::Iotexplorer::V20190423::DeleteOtaModuleRequest

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

Overview

DeleteOtaModule请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(productid = nil, fwtype = nil) ⇒ DeleteOtaModuleRequest

Returns a new instance of DeleteOtaModuleRequest.



3417
3418
3419
3420
# File 'lib/v20190423/models.rb', line 3417

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

Instance Attribute Details

#FwTypeObject

Parameters:

  • ProductID:

    产品ID

  • FwType:

    模块类型



3415
3416
3417
# File 'lib/v20190423/models.rb', line 3415

def FwType
  @FwType
end

#ProductIDObject

Parameters:

  • ProductID:

    产品ID

  • FwType:

    模块类型



3415
3416
3417
# File 'lib/v20190423/models.rb', line 3415

def ProductID
  @ProductID
end

Instance Method Details

#deserialize(params) ⇒ Object



3422
3423
3424
3425
# File 'lib/v20190423/models.rb', line 3422

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