class TencentCloud::Iotcloud::V20180614::ProductProperties

产品属性

def deserialize(params)

def deserialize(params)
  @ProductDescription = params['ProductDescription']
  @EncryptionType = params['EncryptionType']
  @Region = params['Region']
  @ProductType = params['ProductType']
  @Format = params['Format']
  @Platform = params['Platform']
  @Appeui = params['Appeui']
  @ModelId = params['ModelId']
  @ModelName = params['ModelName']
  @ProductKey = params['ProductKey']
  @RegisterType = params['RegisterType']
  @ProductSecret = params['ProductSecret']
  @RegisterLimit = params['RegisterLimit']
end

def initialize(productdescription=nil, encryptiontype=nil, region=nil, producttype=nil, format=nil, platform=nil, appeui=nil, modelid=nil, modelname=nil, productkey=nil, registertype=nil, productsecret=nil, registerlimit=nil)

def initialize(productdescription=nil, encryptiontype=nil, region=nil, producttype=nil, format=nil, platform=nil, appeui=nil, modelid=nil, modelname=nil, productkey=nil, registertype=nil, productsecret=nil, registerlimit=nil)
  @ProductDescription = productdescription
  @EncryptionType = encryptiontype
  @Region = region
  @ProductType = producttype
  @Format = format
  @Platform = platform
  @Appeui = appeui
  @ModelId = modelid
  @ModelName = modelname
  @ProductKey = productkey
  @RegisterType = registertype
  @ProductSecret = productsecret
  @RegisterLimit = registerlimit
end