Class: TencentCloud::Dcdb::V20180411::ResetAccountPasswordResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dcdb::V20180411::ResetAccountPasswordResponse
- Defined in:
- lib/v20180411/models.rb
Overview
ResetAccountPassword返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ResetAccountPasswordResponse
constructor
A new instance of ResetAccountPasswordResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ResetAccountPasswordResponse
Returns a new instance of ResetAccountPasswordResponse.
5777 5778 5779 |
# File 'lib/v20180411/models.rb', line 5777 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5775 5776 5777 |
# File 'lib/v20180411/models.rb', line 5775 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5781 5782 5783 |
# File 'lib/v20180411/models.rb', line 5781 def deserialize(params) @RequestId = params['RequestId'] end |