Class: TencentCloud::Oceanus::V20190422::JobEventInfo

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

Overview

事件信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(erroreventtotal = nil) ⇒ JobEventInfo

Returns a new instance of JobEventInfo.



3707
3708
3709
# File 'lib/v20190422/models.rb', line 3707

def initialize(erroreventtotal=nil)
  @ErrorEventTotal = erroreventtotal
end

Instance Attribute Details

#ErrorEventTotalObject

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

Parameters:

  • ErrorEventTotal:

    异常事件总数



3705
3706
3707
# File 'lib/v20190422/models.rb', line 3705

def ErrorEventTotal
  @ErrorEventTotal
end

Instance Method Details

#deserialize(params) ⇒ Object



3711
3712
3713
# File 'lib/v20190422/models.rb', line 3711

def deserialize(params)
  @ErrorEventTotal = params['ErrorEventTotal']
end