Class: TencentCloud::Monitor::V20180724::Dimension
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::Dimension
- Defined in:
- lib/v20180724/models.rb
Overview
实例对象的维度组合
Instance Attribute Summary collapse
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil) ⇒ Dimension
constructor
A new instance of Dimension.
Constructor Details
#initialize(name = nil, value = nil) ⇒ Dimension
Returns a new instance of Dimension.
9860 9861 9862 9863 |
# File 'lib/v20180724/models.rb', line 9860 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
9858 9859 9860 |
# File 'lib/v20180724/models.rb', line 9858 def Name @Name end |
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
9858 9859 9860 |
# File 'lib/v20180724/models.rb', line 9858 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
9865 9866 9867 9868 |
# File 'lib/v20180724/models.rb', line 9865 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |