Class: TencentCloud::Cynosdb::V20190107::ResetAccountPasswordResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cynosdb::V20190107::ResetAccountPasswordResponse
- Defined in:
- lib/v20190107/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.
13193 13194 13195 |
# File 'lib/v20190107/models.rb', line 13193 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
13191 13192 13193 |
# File 'lib/v20190107/models.rb', line 13191 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
13197 13198 13199 |
# File 'lib/v20190107/models.rb', line 13197 def deserialize(params) @RequestId = params['RequestId'] end |