Class: TencentCloud::Monitor::V20180724::DescribeProductEventListOverView
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::DescribeProductEventListOverView
- Defined in:
- lib/v20180724/models.rb
Overview
DescribeProductEventList返回的OverView对象
Instance Attribute Summary collapse
-
#StatusChangeAmount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#UnConfigAlarmAmount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#UnNormalEventAmount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#UnRecoverAmount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(statuschangeamount = nil, unconfigalarmamount = nil, unnormaleventamount = nil, unrecoveramount = nil) ⇒ DescribeProductEventListOverView
constructor
A new instance of DescribeProductEventListOverView.
Constructor Details
#initialize(statuschangeamount = nil, unconfigalarmamount = nil, unnormaleventamount = nil, unrecoveramount = nil) ⇒ DescribeProductEventListOverView
Returns a new instance of DescribeProductEventListOverView.
7811 7812 7813 7814 7815 7816 |
# File 'lib/v20180724/models.rb', line 7811 def initialize(statuschangeamount=nil, unconfigalarmamount=nil, unnormaleventamount=nil, unrecoveramount=nil) @StatusChangeAmount = statuschangeamount @UnConfigAlarmAmount = unconfigalarmamount @UnNormalEventAmount = unnormaleventamount @UnRecoverAmount = unrecoveramount end |
Instance Attribute Details
#StatusChangeAmount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
7809 7810 7811 |
# File 'lib/v20180724/models.rb', line 7809 def StatusChangeAmount @StatusChangeAmount end |
#UnConfigAlarmAmount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
7809 7810 7811 |
# File 'lib/v20180724/models.rb', line 7809 def UnConfigAlarmAmount @UnConfigAlarmAmount end |
#UnNormalEventAmount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
7809 7810 7811 |
# File 'lib/v20180724/models.rb', line 7809 def UnNormalEventAmount @UnNormalEventAmount end |
#UnRecoverAmount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
7809 7810 7811 |
# File 'lib/v20180724/models.rb', line 7809 def UnRecoverAmount @UnRecoverAmount end |
Instance Method Details
#deserialize(params) ⇒ Object
7818 7819 7820 7821 7822 7823 |
# File 'lib/v20180724/models.rb', line 7818 def deserialize(params) @StatusChangeAmount = params['StatusChangeAmount'] @UnConfigAlarmAmount = params['UnConfigAlarmAmount'] @UnNormalEventAmount = params['UnNormalEventAmount'] @UnRecoverAmount = params['UnRecoverAmount'] end |