class TencentCloud::Iotexplorer::V20190423::CreateStudioProductRequest

CreateStudioProduct请求参数结构体

def deserialize(params)

def deserialize(params)
  @ProductName = params['ProductName']
  @CategoryId = params['CategoryId']
  @ProductType = params['ProductType']
  @EncryptionType = params['EncryptionType']
  @NetType = params['NetType']
  @DataProtocol = params['DataProtocol']
  @ProductDesc = params['ProductDesc']
  @ProjectId = params['ProjectId']
end

def initialize(productname=nil, categoryid=nil, producttype=nil, encryptiontype=nil, nettype=nil, dataprotocol=nil, productdesc=nil, projectid=nil)

def initialize(productname=nil, categoryid=nil, producttype=nil, encryptiontype=nil, nettype=nil, dataprotocol=nil, productdesc=nil, projectid=nil)
  @ProductName = productname
  @CategoryId = categoryid
  @ProductType = producttype
  @EncryptionType = encryptiontype
  @NetType = nettype
  @DataProtocol = dataprotocol
  @ProductDesc = productdesc
  @ProjectId = projectid
end