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, taskid = nil, requestid = nil) ⇒ RestartDBInstanceResponse
constructor
A new instance of RestartDBInstanceResponse.
Constructor Details
#initialize(flowid = nil, taskid = nil, requestid = nil) ⇒ RestartDBInstanceResponse
Returns a new instance of RestartDBInstanceResponse.
7168 7169 7170 7171 7172 |
# File 'lib/v20170312/models.rb', line 7168 def initialize(flowid=nil, taskid=nil, requestid=nil) @FlowId = flowid @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
7166 7167 7168 |
# File 'lib/v20170312/models.rb', line 7166 def FlowId @FlowId end |
#RequestId ⇒ Object
7166 7167 7168 |
# File 'lib/v20170312/models.rb', line 7166 def RequestId @RequestId end |
#TaskId ⇒ Object
7166 7167 7168 |
# File 'lib/v20170312/models.rb', line 7166 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
7174 7175 7176 7177 7178 |
# File 'lib/v20170312/models.rb', line 7174 def deserialize(params) @FlowId = params['FlowId'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |