Class: TencentCloud::Oceanus::V20190422::TriggerJobSavepointResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Oceanus::V20190422::TriggerJobSavepointResponse
- Defined in:
- lib/v20190422/models.rb
Overview
TriggerJobSavepoint返回参数结构体
Instance Attribute Summary collapse
-
#ErrorMsg ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#FinalSavepointPath ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#SavepointId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#SavepointTrigger ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(savepointtrigger = nil, errormsg = nil, finalsavepointpath = nil, savepointid = nil, requestid = nil) ⇒ TriggerJobSavepointResponse
constructor
A new instance of TriggerJobSavepointResponse.
Constructor Details
#initialize(savepointtrigger = nil, errormsg = nil, finalsavepointpath = nil, savepointid = nil, requestid = nil) ⇒ TriggerJobSavepointResponse
Returns a new instance of TriggerJobSavepointResponse.
6031 6032 6033 6034 6035 6036 6037 |
# File 'lib/v20190422/models.rb', line 6031 def initialize(savepointtrigger=nil, errormsg=nil, finalsavepointpath=nil, savepointid=nil, requestid=nil) @SavepointTrigger = savepointtrigger @ErrorMsg = errormsg @FinalSavepointPath = finalsavepointpath @SavepointId = savepointid @RequestId = requestid end |
Instance Attribute Details
#ErrorMsg ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
6029 6030 6031 |
# File 'lib/v20190422/models.rb', line 6029 def ErrorMsg @ErrorMsg end |
#FinalSavepointPath ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
6029 6030 6031 |
# File 'lib/v20190422/models.rb', line 6029 def FinalSavepointPath @FinalSavepointPath end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
6029 6030 6031 |
# File 'lib/v20190422/models.rb', line 6029 def RequestId @RequestId end |
#SavepointId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
6029 6030 6031 |
# File 'lib/v20190422/models.rb', line 6029 def SavepointId @SavepointId end |
#SavepointTrigger ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
6029 6030 6031 |
# File 'lib/v20190422/models.rb', line 6029 def SavepointTrigger @SavepointTrigger end |
Instance Method Details
#deserialize(params) ⇒ Object
6039 6040 6041 6042 6043 6044 6045 |
# File 'lib/v20190422/models.rb', line 6039 def deserialize(params) @SavepointTrigger = params['SavepointTrigger'] @ErrorMsg = params['ErrorMsg'] @FinalSavepointPath = params['FinalSavepointPath'] @SavepointId = params['SavepointId'] @RequestId = params['RequestId'] end |