Class: TencentCloud::Tdcpg::V20211118::ResetAccountPasswordResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdcpg::V20211118::ResetAccountPasswordResponse
- Defined in:
- lib/v20211118/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.
1557 1558 1559 |
# File 'lib/v20211118/models.rb', line 1557 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1555 1556 1557 |
# File 'lib/v20211118/models.rb', line 1555 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1561 1562 1563 |
# File 'lib/v20211118/models.rb', line 1561 def deserialize(params) @RequestId = params['RequestId'] end |