Class: TencentCloud::Sqlserver::V20180328::ResetAccountPasswordResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::ResetAccountPasswordResponse
- Defined in:
- lib/v20180328/models.rb
Overview
ResetAccountPassword返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, requestid = nil) ⇒ ResetAccountPasswordResponse
constructor
A new instance of ResetAccountPasswordResponse.
Constructor Details
#initialize(flowid = nil, requestid = nil) ⇒ ResetAccountPasswordResponse
Returns a new instance of ResetAccountPasswordResponse.
10636 10637 10638 10639 |
# File 'lib/v20180328/models.rb', line 10636 def initialize(flowid=nil, requestid=nil) @FlowId = flowid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
10634 10635 10636 |
# File 'lib/v20180328/models.rb', line 10634 def FlowId @FlowId end |
#RequestId ⇒ Object
10634 10635 10636 |
# File 'lib/v20180328/models.rb', line 10634 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
10641 10642 10643 10644 |
# File 'lib/v20180328/models.rb', line 10641 def deserialize(params) @FlowId = params['FlowId'] @RequestId = params['RequestId'] end |