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.



20600
20601
20602
20603
# File 'lib/v20210820/models.rb', line 20600

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

Instance Attribute Details

#FinishedObject

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

Parameters:

  • Finished:

    是否完成

  • Log:

    内容



20598
20599
20600
# File 'lib/v20210820/models.rb', line 20598

def Finished
  @Finished
end

#LogObject

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

Parameters:

  • Finished:

    是否完成

  • Log:

    内容



20598
20599
20600
# File 'lib/v20210820/models.rb', line 20598

def Log
  @Log
end

Instance Method Details

#deserialize(params) ⇒ Object



20605
20606
20607
20608
# File 'lib/v20210820/models.rb', line 20605

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