Class: TencentCloud::Iotcloud::V20210408::UpdateProductPrivateCARequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210408/models.rb

Overview

UpdateProductPrivateCA请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(productid = nil, certname = nil) ⇒ UpdateProductPrivateCARequest

Returns a new instance of UpdateProductPrivateCARequest.



4716
4717
4718
4719
# File 'lib/v20210408/models.rb', line 4716

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

Instance Attribute Details

#CertNameObject

Parameters:

  • ProductId:

    产品ID

  • CertName:

    私有CA证书名称



4714
4715
4716
# File 'lib/v20210408/models.rb', line 4714

def CertName
  @CertName
end

#ProductIdObject

Parameters:

  • ProductId:

    产品ID

  • CertName:

    私有CA证书名称



4714
4715
4716
# File 'lib/v20210408/models.rb', line 4714

def ProductId
  @ProductId
end

Instance Method Details

#deserialize(params) ⇒ Object



4721
4722
4723
4724
# File 'lib/v20210408/models.rb', line 4721

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