Class: TencentCloud::Iotexplorer::V20190423::UpdateOtaModuleRequest

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

Overview

UpdateOtaModule请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(productid = nil, fwtype = nil, name = nil, remark = nil) ⇒ UpdateOtaModuleRequest

Returns a new instance of UpdateOtaModuleRequest.



14397
14398
14399
14400
14401
14402
# File 'lib/v20190423/models.rb', line 14397

def initialize(productid=nil, fwtype=nil, name=nil, remark=nil)
  @ProductID = productid
  @FwType = fwtype
  @Name = name
  @Remark = remark
end

Instance Attribute Details

#FwTypeObject

Parameters:

  • ProductID:

    产品ID

  • FwType:

    模块类型

  • Name:

    模块类型名称

  • Remark:

    模块类型描述



14395
14396
14397
# File 'lib/v20190423/models.rb', line 14395

def FwType
  @FwType
end

#NameObject

Parameters:

  • ProductID:

    产品ID

  • FwType:

    模块类型

  • Name:

    模块类型名称

  • Remark:

    模块类型描述



14395
14396
14397
# File 'lib/v20190423/models.rb', line 14395

def Name
  @Name
end

#ProductIDObject

Parameters:

  • ProductID:

    产品ID

  • FwType:

    模块类型

  • Name:

    模块类型名称

  • Remark:

    模块类型描述



14395
14396
14397
# File 'lib/v20190423/models.rb', line 14395

def ProductID
  @ProductID
end

#RemarkObject

Parameters:

  • ProductID:

    产品ID

  • FwType:

    模块类型

  • Name:

    模块类型名称

  • Remark:

    模块类型描述



14395
14396
14397
# File 'lib/v20190423/models.rb', line 14395

def Remark
  @Remark
end

Instance Method Details

#deserialize(params) ⇒ Object



14404
14405
14406
14407
14408
14409
# File 'lib/v20190423/models.rb', line 14404

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