Class: TencentCloud::Oceanus::V20190422::JobEventInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Oceanus::V20190422::JobEventInfo
- Defined in:
- lib/v20190422/models.rb
Overview
事件信息
Instance Attribute Summary collapse
-
#ErrorEventTotal ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(erroreventtotal = nil) ⇒ JobEventInfo
constructor
A new instance of JobEventInfo.
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
#ErrorEventTotal ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
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 |