Class: TencentCloud::Wedata::V20210820::RuleExecLog

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210820/models.rb

Overview

规则执行日志

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(finished = nil, log = nil) ⇒ RuleExecLog

Returns a new instance of RuleExecLog.



20316
20317
20318
20319
# File 'lib/v20210820/models.rb', line 20316

def initialize(finished=nil, log=nil)
  @Finished = finished
  @Log = log
end

Instance Attribute Details

#FinishedObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Finished:

    是否完成

  • Log:

    内容



20314
20315
20316
# File 'lib/v20210820/models.rb', line 20314

def Finished
  @Finished
end

#LogObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Finished:

    是否完成

  • Log:

    内容



20314
20315
20316
# File 'lib/v20210820/models.rb', line 20314

def Log
  @Log
end

Instance Method Details

#deserialize(params) ⇒ Object



20321
20322
20323
20324
# File 'lib/v20210820/models.rb', line 20321

def deserialize(params)
  @Finished = params['Finished']
  @Log = params['Log']
end