Class: TencentCloud::Iotexplorer::V20190423::ModifyStudioProductRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::ModifyStudioProductRequest
- Defined in:
- lib/v20190423/models.rb
Overview
ModifyStudioProduct请求参数结构体
Instance Attribute Summary collapse
- #BindStrategy ⇒ Object
- #EnableProductScript ⇒ Object
- #ModuleId ⇒ Object
- #ProductDesc ⇒ Object
- #ProductId ⇒ Object
- #ProductName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, productname = nil, productdesc = nil, moduleid = nil, enableproductscript = nil, bindstrategy = nil) ⇒ ModifyStudioProductRequest
constructor
A new instance of ModifyStudioProductRequest.
Constructor Details
#initialize(productid = nil, productname = nil, productdesc = nil, moduleid = nil, enableproductscript = nil, bindstrategy = nil) ⇒ ModifyStudioProductRequest
Returns a new instance of ModifyStudioProductRequest.
11350 11351 11352 11353 11354 11355 11356 11357 |
# File 'lib/v20190423/models.rb', line 11350 def initialize(productid=nil, productname=nil, productdesc=nil, moduleid=nil, enableproductscript=nil, bindstrategy=nil) @ProductId = productid @ProductName = productname @ProductDesc = productdesc @ModuleId = moduleid @EnableProductScript = enableproductscript @BindStrategy = bindstrategy end |
Instance Attribute Details
#BindStrategy ⇒ Object
11348 11349 11350 |
# File 'lib/v20190423/models.rb', line 11348 def BindStrategy @BindStrategy end |
#EnableProductScript ⇒ Object
11348 11349 11350 |
# File 'lib/v20190423/models.rb', line 11348 def EnableProductScript @EnableProductScript end |
#ModuleId ⇒ Object
11348 11349 11350 |
# File 'lib/v20190423/models.rb', line 11348 def ModuleId @ModuleId end |
#ProductDesc ⇒ Object
11348 11349 11350 |
# File 'lib/v20190423/models.rb', line 11348 def ProductDesc @ProductDesc end |
#ProductId ⇒ Object
11348 11349 11350 |
# File 'lib/v20190423/models.rb', line 11348 def ProductId @ProductId end |
#ProductName ⇒ Object
11348 11349 11350 |
# File 'lib/v20190423/models.rb', line 11348 def ProductName @ProductName end |
Instance Method Details
#deserialize(params) ⇒ Object
11359 11360 11361 11362 11363 11364 11365 11366 |
# File 'lib/v20190423/models.rb', line 11359 def deserialize(params) @ProductId = params['ProductId'] @ProductName = params['ProductName'] @ProductDesc = params['ProductDesc'] @ModuleId = params['ModuleId'] @EnableProductScript = params['EnableProductScript'] @BindStrategy = params['BindStrategy'] end |