Class: TencentCloud::Oceanus::V20190422::CheckSavepointRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Oceanus::V20190422::CheckSavepointRequest
- Defined in:
- lib/v20190422/models.rb
Overview
CheckSavepoint请求参数结构体
Instance Attribute Summary collapse
- #JobId ⇒ Object
- #RecordType ⇒ Object
- #SavepointPath ⇒ Object
- #SerialId ⇒ Object
- #WorkSpaceId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(jobid = nil, serialid = nil, recordtype = nil, savepointpath = nil, workspaceid = nil) ⇒ CheckSavepointRequest
constructor
A new instance of CheckSavepointRequest.
Constructor Details
#initialize(jobid = nil, serialid = nil, recordtype = nil, savepointpath = nil, workspaceid = nil) ⇒ CheckSavepointRequest
Returns a new instance of CheckSavepointRequest.
95 96 97 98 99 100 101 |
# File 'lib/v20190422/models.rb', line 95 def initialize(jobid=nil, serialid=nil, recordtype=nil, savepointpath=nil, workspaceid=nil) @JobId = jobid @SerialId = serialid @RecordType = recordtype @SavepointPath = savepointpath @WorkSpaceId = workspaceid end |
Instance Attribute Details
#JobId ⇒ Object
93 94 95 |
# File 'lib/v20190422/models.rb', line 93 def JobId @JobId end |
#RecordType ⇒ Object
93 94 95 |
# File 'lib/v20190422/models.rb', line 93 def RecordType @RecordType end |
#SavepointPath ⇒ Object
93 94 95 |
# File 'lib/v20190422/models.rb', line 93 def SavepointPath @SavepointPath end |
#SerialId ⇒ Object
93 94 95 |
# File 'lib/v20190422/models.rb', line 93 def SerialId @SerialId end |
#WorkSpaceId ⇒ Object
93 94 95 |
# File 'lib/v20190422/models.rb', line 93 def WorkSpaceId @WorkSpaceId end |
Instance Method Details
#deserialize(params) ⇒ Object
103 104 105 106 107 108 109 |
# File 'lib/v20190422/models.rb', line 103 def deserialize(params) @JobId = params['JobId'] @SerialId = params['SerialId'] @RecordType = params['RecordType'] @SavepointPath = params['SavepointPath'] @WorkSpaceId = params['WorkSpaceId'] end |