Class: TencentCloud::Iotcloud::V20210408::DescribePrivateCAResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20210408::DescribePrivateCAResponse
- Defined in:
- lib/v20210408/models.rb
Overview
DescribePrivateCA返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ca = nil, requestid = nil) ⇒ DescribePrivateCAResponse
constructor
A new instance of DescribePrivateCAResponse.
Constructor Details
#initialize(ca = nil, requestid = nil) ⇒ DescribePrivateCAResponse
Returns a new instance of DescribePrivateCAResponse.
1984 1985 1986 1987 |
# File 'lib/v20210408/models.rb', line 1984 def initialize(ca=nil, requestid=nil) @CA = ca @RequestId = requestid end |
Instance Attribute Details
#CA ⇒ Object
1982 1983 1984 |
# File 'lib/v20210408/models.rb', line 1982 def CA @CA end |
#RequestId ⇒ Object
1982 1983 1984 |
# File 'lib/v20210408/models.rb', line 1982 def RequestId @RequestId end |