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.



3405
3406
3407
3408
# File 'lib/v20190423/models.rb', line 3405

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

Instance Attribute Details

#FwTypeObject

Parameters:

  • ProductID:

    产品ID

  • FwType:

    模块类型



3403
3404
3405
# File 'lib/v20190423/models.rb', line 3403

def FwType
  @FwType
end

#ProductIDObject

Parameters:

  • ProductID:

    产品ID

  • FwType:

    模块类型



3403
3404
3405
# File 'lib/v20190423/models.rb', line 3403

def ProductID
  @ProductID
end

Instance Method Details

#deserialize(params) ⇒ Object



3410
3411
3412
3413
# File 'lib/v20190423/models.rb', line 3410

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