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.
13021 13022 13023 |
# File 'lib/v20170320/models.rb', line 13021 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
13019 13020 13021 |
# File 'lib/v20170320/models.rb', line 13019 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
13025 13026 13027 |
# File 'lib/v20170320/models.rb', line 13025 def deserialize(params) @RequestId = params['RequestId'] end |