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.
12831 12832 12833 |
# File 'lib/v20170320/models.rb', line 12831 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
12829 12830 12831 |
# File 'lib/v20170320/models.rb', line 12829 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
12835 12836 12837 |
# File 'lib/v20170320/models.rb', line 12835 def deserialize(params) @RequestId = params['RequestId'] end |