Class: TencentCloud::Postgres::V20170312::RestartDBInstanceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Postgres::V20170312::RestartDBInstanceResponse
- Defined in:
- lib/v20170312/models.rb
Overview
RestartDBInstance返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, requestid = nil) ⇒ RestartDBInstanceResponse
constructor
A new instance of RestartDBInstanceResponse.
Constructor Details
#initialize(flowid = nil, requestid = nil) ⇒ RestartDBInstanceResponse
Returns a new instance of RestartDBInstanceResponse.
7186 7187 7188 7189 |
# File 'lib/v20170312/models.rb', line 7186 def initialize(flowid=nil, requestid=nil) @FlowId = flowid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
7184 7185 7186 |
# File 'lib/v20170312/models.rb', line 7184 def FlowId @FlowId end |
#RequestId ⇒ Object
7184 7185 7186 |
# File 'lib/v20170312/models.rb', line 7184 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
7191 7192 7193 7194 |
# File 'lib/v20170312/models.rb', line 7191 def deserialize(params) @FlowId = params['FlowId'] @RequestId = params['RequestId'] end |