Class: TencentCloud::Monitor::V20180724::ProductSimple
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::ProductSimple
- Defined in:
- lib/v20180724/models.rb
Overview
云产品监控支持的产品简要信息
Instance Attribute Summary collapse
-
#Namespace ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ProductEnName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ProductName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(namespace = nil, productname = nil, productenname = nil) ⇒ ProductSimple
constructor
A new instance of ProductSimple.
Constructor Details
#initialize(namespace = nil, productname = nil, productenname = nil) ⇒ ProductSimple
Returns a new instance of ProductSimple.
12699 12700 12701 12702 12703 |
# File 'lib/v20180724/models.rb', line 12699 def initialize(namespace=nil, productname=nil, productenname=nil) @Namespace = namespace @ProductName = productname @ProductEnName = productenname end |
Instance Attribute Details
#Namespace ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12697 12698 12699 |
# File 'lib/v20180724/models.rb', line 12697 def Namespace @Namespace end |
#ProductEnName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12697 12698 12699 |
# File 'lib/v20180724/models.rb', line 12697 def ProductEnName @ProductEnName end |
#ProductName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12697 12698 12699 |
# File 'lib/v20180724/models.rb', line 12697 def ProductName @ProductName end |
Instance Method Details
#deserialize(params) ⇒ Object
12705 12706 12707 12708 12709 |
# File 'lib/v20180724/models.rb', line 12705 def deserialize(params) @Namespace = params['Namespace'] @ProductName = params['ProductName'] @ProductEnName = params['ProductEnName'] end |