Class: TencentCloud::Cdb::V20170320::ResetPasswordResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::ResetPasswordResponse
- Defined in:
- lib/v20170320/models.rb
Overview
ResetPassword返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ResetPasswordResponse
constructor
A new instance of ResetPasswordResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ResetPasswordResponse
Returns a new instance of ResetPasswordResponse.
12720 12721 12722 |
# File 'lib/v20170320/models.rb', line 12720 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
12718 12719 12720 |
# File 'lib/v20170320/models.rb', line 12718 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
12724 12725 12726 |
# File 'lib/v20170320/models.rb', line 12724 def deserialize(params) @RequestId = params['RequestId'] end |