Class: TencentCloud::Dasb::V20191018::ResetDeviceAccountPrivateKeyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dasb::V20191018::ResetDeviceAccountPrivateKeyResponse
- Defined in:
- lib/v20191018/models.rb
Overview
ResetDeviceAccountPrivateKey返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ResetDeviceAccountPrivateKeyResponse
constructor
A new instance of ResetDeviceAccountPrivateKeyResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ResetDeviceAccountPrivateKeyResponse
Returns a new instance of ResetDeviceAccountPrivateKeyResponse.
4103 4104 4105 |
# File 'lib/v20191018/models.rb', line 4103 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4101 4102 4103 |
# File 'lib/v20191018/models.rb', line 4101 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4107 4108 4109 |
# File 'lib/v20191018/models.rb', line 4107 def deserialize(params) @RequestId = params['RequestId'] end |