Class: TencentCloud::Wedata::V20210820::RuleExecLog
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::RuleExecLog
- Defined in:
- lib/v20210820/models.rb
Overview
规则执行日志
Instance Attribute Summary collapse
-
#Finished ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Log ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(finished = nil, log = nil) ⇒ RuleExecLog
constructor
A new instance of RuleExecLog.
Constructor Details
#initialize(finished = nil, log = nil) ⇒ RuleExecLog
Returns a new instance of RuleExecLog.
32602 32603 32604 32605 |
# File 'lib/v20210820/models.rb', line 32602 def initialize(finished=nil, log=nil) @Finished = finished @Log = log end |
Instance Attribute Details
#Finished ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
32600 32601 32602 |
# File 'lib/v20210820/models.rb', line 32600 def Finished @Finished end |
#Log ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
32600 32601 32602 |
# File 'lib/v20210820/models.rb', line 32600 def Log @Log end |
Instance Method Details
#deserialize(params) ⇒ Object
32607 32608 32609 32610 |
# File 'lib/v20210820/models.rb', line 32607 def deserialize(params) @Finished = params['Finished'] @Log = params['Log'] end |