class TencentCloud::Eb::V20210416::PlatformProduct

平台产品基础信息

def deserialize(params)

def deserialize(params)
  @ProductName = params['ProductName']
  @ProductType = params['ProductType']
end

def initialize(productname=nil, producttype=nil)

def initialize(productname=nil, producttype=nil)
  @ProductName = productname
  @ProductType = producttype
end