class TencentCloud::Iotexplorer::V20190423::ModifyStudioProductRequest
ModifyStudioProduct请求参数结构体
def deserialize(params)
def deserialize(params) @ProductId = params['ProductId'] @ProductName = params['ProductName'] @ProductDesc = params['ProductDesc'] @ModuleId = params['ModuleId'] @EnableProductScript = params['EnableProductScript'] @BindStrategy = params['BindStrategy'] end
def initialize(productid=nil, productname=nil, productdesc=nil, moduleid=nil, enableproductscript=nil, bindstrategy=nil)
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