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.



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

#FinishedObject

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

Parameters:

  • Finished:

    是否完成

  • Log:

    内容



32600
32601
32602
# File 'lib/v20210820/models.rb', line 32600

def Finished
  @Finished
end

#LogObject

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

Parameters:

  • Finished:

    是否完成

  • Log:

    内容



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