Class: TencentCloud::Iotcloud::V20210408::DeletePrivateCAResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20210408::DeletePrivateCAResponse
- Defined in:
- lib/v20210408/models.rb
Overview
DeletePrivateCA返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeletePrivateCAResponse
constructor
A new instance of DeletePrivateCAResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeletePrivateCAResponse
Returns a new instance of DeletePrivateCAResponse.
902 903 904 |
# File 'lib/v20210408/models.rb', line 902 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
900 901 902 |
# File 'lib/v20210408/models.rb', line 900 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
906 907 908 |
# File 'lib/v20210408/models.rb', line 906 def deserialize(params) @RequestId = params['RequestId'] end |