Class: TencentCloud::Postgres::V20170312::RefreshAccountPasswordResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Postgres::V20170312::RefreshAccountPasswordResponse
- Defined in:
- lib/v20170312/models.rb
Overview
RefreshAccountPassword返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ RefreshAccountPasswordResponse
constructor
A new instance of RefreshAccountPasswordResponse.
Constructor Details
#initialize(requestid = nil) ⇒ RefreshAccountPasswordResponse
Returns a new instance of RefreshAccountPasswordResponse.
6956 6957 6958 |
# File 'lib/v20170312/models.rb', line 6956 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6954 6955 6956 |
# File 'lib/v20170312/models.rb', line 6954 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6960 6961 6962 |
# File 'lib/v20170312/models.rb', line 6960 def deserialize(params) @RequestId = params['RequestId'] end |