Class: TencentCloud::Ciam::V20220331::ResetPasswordResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ciam::V20220331::ResetPasswordResponse
- Defined in:
- lib/v20220331/models.rb
Overview
ResetPassword返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(password = nil, requestid = nil) ⇒ ResetPasswordResponse
constructor
A new instance of ResetPasswordResponse.
Constructor Details
#initialize(password = nil, requestid = nil) ⇒ ResetPasswordResponse
Returns a new instance of ResetPasswordResponse.
1527 1528 1529 1530 |
# File 'lib/v20220331/models.rb', line 1527 def initialize(password=nil, requestid=nil) @Password = password @RequestId = requestid end |
Instance Attribute Details
#Password ⇒ Object
1525 1526 1527 |
# File 'lib/v20220331/models.rb', line 1525 def Password @Password end |
#RequestId ⇒ Object
1525 1526 1527 |
# File 'lib/v20220331/models.rb', line 1525 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1532 1533 1534 1535 |
# File 'lib/v20220331/models.rb', line 1532 def deserialize(params) @Password = params['Password'] @RequestId = params['RequestId'] end |