Class: TencentCloud::Iotcloud::V20210408::DescribeProductCARequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20210408::DescribeProductCARequest
- Defined in:
- lib/v20210408/models.rb
Overview
DescribeProductCA请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil) ⇒ DescribeProductCARequest
constructor
A new instance of DescribeProductCARequest.
Constructor Details
#initialize(productid = nil) ⇒ DescribeProductCARequest
Returns a new instance of DescribeProductCARequest.
2043 2044 2045 |
# File 'lib/v20210408/models.rb', line 2043 def initialize(productid=nil) @ProductId = productid end |
Instance Attribute Details
#ProductId ⇒ Object
2041 2042 2043 |
# File 'lib/v20210408/models.rb', line 2041 def ProductId @ProductId end |
Instance Method Details
#deserialize(params) ⇒ Object
2047 2048 2049 |
# File 'lib/v20210408/models.rb', line 2047 def deserialize(params) @ProductId = params['ProductId'] end |