Class: TencentCloud::Mongodb::V20190725::ResetDBInstancePasswordResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mongodb::V20190725::ResetDBInstancePasswordResponse
- Defined in:
- lib/v20190725/models.rb
Overview
ResetDBInstancePassword返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(asyncrequestid = nil, requestid = nil) ⇒ ResetDBInstancePasswordResponse
constructor
A new instance of ResetDBInstancePasswordResponse.
Constructor Details
#initialize(asyncrequestid = nil, requestid = nil) ⇒ ResetDBInstancePasswordResponse
Returns a new instance of ResetDBInstancePasswordResponse.
5568 5569 5570 5571 |
# File 'lib/v20190725/models.rb', line 5568 def initialize(asyncrequestid=nil, requestid=nil) @AsyncRequestId = asyncrequestid @RequestId = requestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
5566 5567 5568 |
# File 'lib/v20190725/models.rb', line 5566 def AsyncRequestId @AsyncRequestId end |
#RequestId ⇒ Object
5566 5567 5568 |
# File 'lib/v20190725/models.rb', line 5566 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5573 5574 5575 5576 |
# File 'lib/v20190725/models.rb', line 5573 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @RequestId = params['RequestId'] end |