Class: TencentCloud::Monitor::V20180724::AlarmGroupByItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::AlarmGroupByItem
- Defined in:
- lib/v20180724/models.rb
Overview
聚合条件
Instance Attribute Summary collapse
-
#Id ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, name = nil) ⇒ AlarmGroupByItem
constructor
A new instance of AlarmGroupByItem.
Constructor Details
#initialize(id = nil, name = nil) ⇒ AlarmGroupByItem
Returns a new instance of AlarmGroupByItem.
82 83 84 85 |
# File 'lib/v20180724/models.rb', line 82 def initialize(id=nil, name=nil) @Id = id @Name = name end |
Instance Attribute Details
#Id ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
80 81 82 |
# File 'lib/v20180724/models.rb', line 80 def Id @Id end |
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
80 81 82 |
# File 'lib/v20180724/models.rb', line 80 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
87 88 89 90 |
# File 'lib/v20180724/models.rb', line 87 def deserialize(params) @Id = params['Id'] @Name = params['Name'] end |