Class: TencentCloud::Iotcloud::V20210408::UpdateProductPrivateCARequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20210408::UpdateProductPrivateCARequest
- Defined in:
- lib/v20210408/models.rb
Overview
UpdateProductPrivateCA请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, certname = nil) ⇒ UpdateProductPrivateCARequest
constructor
A new instance of UpdateProductPrivateCARequest.
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
#CertName ⇒ Object
4714 4715 4716 |
# File 'lib/v20210408/models.rb', line 4714 def CertName @CertName end |
#ProductId ⇒ Object
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 |