Class: TencentCloud::Iotexplorer::V20190423::CreateOtaModuleRequest

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

Overview

CreateOtaModule请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CreateOtaModuleRequest.



2188
2189
2190
2191
2192
2193
# File 'lib/v20190423/models.rb', line 2188

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:

    类型描述



2186
2187
2188
# File 'lib/v20190423/models.rb', line 2186

def FwType
  @FwType
end

#NameObject

Parameters:

  • ProductID:

    产品ID

  • FwType:

    模块类型

  • Name:

    模块类型名称

  • Remark:

    类型描述



2186
2187
2188
# File 'lib/v20190423/models.rb', line 2186

def Name
  @Name
end

#ProductIDObject

Parameters:

  • ProductID:

    产品ID

  • FwType:

    模块类型

  • Name:

    模块类型名称

  • Remark:

    类型描述



2186
2187
2188
# File 'lib/v20190423/models.rb', line 2186

def ProductID
  @ProductID
end

#RemarkObject

Parameters:

  • ProductID:

    产品ID

  • FwType:

    模块类型

  • Name:

    模块类型名称

  • Remark:

    类型描述



2186
2187
2188
# File 'lib/v20190423/models.rb', line 2186

def Remark
  @Remark
end

Instance Method Details

#deserialize(params) ⇒ Object



2195
2196
2197
2198
2199
2200
# File 'lib/v20190423/models.rb', line 2195

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