Class: TencentCloud::Postgres::V20170312::UnlockAccountResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Postgres::V20170312::UnlockAccountResponse
- Defined in:
- lib/v20170312/models.rb
Overview
UnlockAccount返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ UnlockAccountResponse
constructor
A new instance of UnlockAccountResponse.
Constructor Details
#initialize(requestid = nil) ⇒ UnlockAccountResponse
Returns a new instance of UnlockAccountResponse.
7617 7618 7619 |
# File 'lib/v20170312/models.rb', line 7617 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
7615 7616 7617 |
# File 'lib/v20170312/models.rb', line 7615 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
7621 7622 7623 |
# File 'lib/v20170312/models.rb', line 7621 def deserialize(params) @RequestId = params['RequestId'] end |