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.
13035 13036 13037 |
# File 'lib/v20170320/models.rb', line 13035 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
13033 13034 13035 |
# File 'lib/v20170320/models.rb', line 13033 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
13039 13040 13041 |
# File 'lib/v20170320/models.rb', line 13039 def deserialize(params) @RequestId = params['RequestId'] end |