Class: TencentCloud::Cdb::V20170320::ResetRootAccountResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::ResetRootAccountResponse
- Defined in:
- lib/v20170320/models.rb
Overview
ResetRootAccount返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ResetRootAccountResponse
constructor
A new instance of ResetRootAccountResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ResetRootAccountResponse
Returns a new instance of ResetRootAccountResponse.
13053 13054 13055 |
# File 'lib/v20170320/models.rb', line 13053 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
13051 13052 13053 |
# File 'lib/v20170320/models.rb', line 13051 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
13057 13058 13059 |
# File 'lib/v20170320/models.rb', line 13057 def deserialize(params) @RequestId = params['RequestId'] end |