Class: TencentCloud::Weilingwith::V20230427::ProductInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::ProductInfo
- Defined in:
- lib/v20230427/models.rb
Overview
产品信息
Instance Attribute Summary collapse
- #Attribute ⇒ Object
- #DeviceTypeId ⇒ Object
- #DeviceTypeName ⇒ Object
- #MaintenanceMfr ⇒ Object
- #Manufacturer ⇒ Object
- #ModelId ⇒ Object
- #ModelName ⇒ Object
- #ModelType ⇒ Object
- #ProductAbility ⇒ Object
- #ProductId ⇒ Object
- #ProductName ⇒ Object
- #ProductType ⇒ Object
- #WorkspaceId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(workspaceid = nil, productid = nil, productname = nil, devicetypename = nil, devicetypeid = nil, attribute = nil, producttype = nil, productability = nil, manufacturer = nil, maintenancemfr = nil, modelname = nil, modelid = nil, modeltype = nil) ⇒ ProductInfo
constructor
A new instance of ProductInfo.
Constructor Details
#initialize(workspaceid = nil, productid = nil, productname = nil, devicetypename = nil, devicetypeid = nil, attribute = nil, producttype = nil, productability = nil, manufacturer = nil, maintenancemfr = nil, modelname = nil, modelid = nil, modeltype = nil) ⇒ ProductInfo
Returns a new instance of ProductInfo.
6346 6347 6348 6349 6350 6351 6352 6353 6354 6355 6356 6357 6358 6359 6360 |
# File 'lib/v20230427/models.rb', line 6346 def initialize(workspaceid=nil, productid=nil, productname=nil, devicetypename=nil, devicetypeid=nil, attribute=nil, producttype=nil, productability=nil, manufacturer=nil, maintenancemfr=nil, modelname=nil, modelid=nil, modeltype=nil) @WorkspaceId = workspaceid @ProductId = productid @ProductName = productname @DeviceTypeName = devicetypename @DeviceTypeId = devicetypeid @Attribute = attribute @ProductType = producttype @ProductAbility = productability @Manufacturer = manufacturer @MaintenanceMfr = maintenancemfr @ModelName = modelname @ModelId = modelid @ModelType = modeltype end |
Instance Attribute Details
#Attribute ⇒ Object
6344 6345 6346 |
# File 'lib/v20230427/models.rb', line 6344 def Attribute @Attribute end |
#DeviceTypeId ⇒ Object
6344 6345 6346 |
# File 'lib/v20230427/models.rb', line 6344 def DeviceTypeId @DeviceTypeId end |
#DeviceTypeName ⇒ Object
6344 6345 6346 |
# File 'lib/v20230427/models.rb', line 6344 def DeviceTypeName @DeviceTypeName end |
#MaintenanceMfr ⇒ Object
6344 6345 6346 |
# File 'lib/v20230427/models.rb', line 6344 def MaintenanceMfr @MaintenanceMfr end |
#Manufacturer ⇒ Object
6344 6345 6346 |
# File 'lib/v20230427/models.rb', line 6344 def Manufacturer @Manufacturer end |
#ModelId ⇒ Object
6344 6345 6346 |
# File 'lib/v20230427/models.rb', line 6344 def ModelId @ModelId end |
#ModelName ⇒ Object
6344 6345 6346 |
# File 'lib/v20230427/models.rb', line 6344 def ModelName @ModelName end |
#ModelType ⇒ Object
6344 6345 6346 |
# File 'lib/v20230427/models.rb', line 6344 def ModelType @ModelType end |
#ProductAbility ⇒ Object
6344 6345 6346 |
# File 'lib/v20230427/models.rb', line 6344 def ProductAbility @ProductAbility end |
#ProductId ⇒ Object
6344 6345 6346 |
# File 'lib/v20230427/models.rb', line 6344 def ProductId @ProductId end |
#ProductName ⇒ Object
6344 6345 6346 |
# File 'lib/v20230427/models.rb', line 6344 def ProductName @ProductName end |
#ProductType ⇒ Object
6344 6345 6346 |
# File 'lib/v20230427/models.rb', line 6344 def ProductType @ProductType end |
#WorkspaceId ⇒ Object
6344 6345 6346 |
# File 'lib/v20230427/models.rb', line 6344 def WorkspaceId @WorkspaceId end |
Instance Method Details
#deserialize(params) ⇒ Object
6362 6363 6364 6365 6366 6367 6368 6369 6370 6371 6372 6373 6374 6375 6376 |
# File 'lib/v20230427/models.rb', line 6362 def deserialize(params) @WorkspaceId = params['WorkspaceId'] @ProductId = params['ProductId'] @ProductName = params['ProductName'] @DeviceTypeName = params['DeviceTypeName'] @DeviceTypeId = params['DeviceTypeId'] @Attribute = params['Attribute'] @ProductType = params['ProductType'] @ProductAbility = params['ProductAbility'] @Manufacturer = params['Manufacturer'] @MaintenanceMfr = params['MaintenanceMfr'] @ModelName = params['ModelName'] @ModelId = params['ModelId'] @ModelType = params['ModelType'] end |