Class: TencentCloud::Oceanus::V20190422::CheckSavepointResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Oceanus::V20190422::CheckSavepointResponse
- Defined in:
- lib/v20190422/models.rb
Overview
CheckSavepoint返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(serialid = nil, savepointstatus = nil, requestid = nil) ⇒ CheckSavepointResponse
constructor
A new instance of CheckSavepointResponse.
Constructor Details
#initialize(serialid = nil, savepointstatus = nil, requestid = nil) ⇒ CheckSavepointResponse
Returns a new instance of CheckSavepointResponse.
123 124 125 126 127 |
# File 'lib/v20190422/models.rb', line 123 def initialize(serialid=nil, savepointstatus=nil, requestid=nil) @SerialId = serialid @SavepointStatus = savepointstatus @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
121 122 123 |
# File 'lib/v20190422/models.rb', line 121 def RequestId @RequestId end |
#SavepointStatus ⇒ Object
121 122 123 |
# File 'lib/v20190422/models.rb', line 121 def SavepointStatus @SavepointStatus end |
#SerialId ⇒ Object
121 122 123 |
# File 'lib/v20190422/models.rb', line 121 def SerialId @SerialId end |
Instance Method Details
#deserialize(params) ⇒ Object
129 130 131 132 133 |
# File 'lib/v20190422/models.rb', line 129 def deserialize(params) @SerialId = params['SerialId'] @SavepointStatus = params['SavepointStatus'] @RequestId = params['RequestId'] end |