class TencentCloud::Iotcloud::V20210408::UpdateProductPrivateCARequest

UpdateProductPrivateCA请求参数结构体

def deserialize(params)

def deserialize(params)
  @ProductId = params['ProductId']
  @CertName = params['CertName']
end

def initialize(productid=nil, certname=nil)

def initialize(productid=nil, certname=nil)
  @ProductId = productid
  @CertName = certname
end