Class: TencentCloud::Monitor::V20180724::ProductSimple

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180724/models.rb

Overview

云产品监控支持的产品简要信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#NamespaceObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Namespace:

    命名空间

  • ProductName:

    产品中文名称

  • ProductEnName:

    产品英文名称



12697
12698
12699
# File 'lib/v20180724/models.rb', line 12697

def Namespace
  @Namespace
end

#ProductEnNameObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Namespace:

    命名空间

  • ProductName:

    产品中文名称

  • ProductEnName:

    产品英文名称



12697
12698
12699
# File 'lib/v20180724/models.rb', line 12697

def ProductEnName
  @ProductEnName
end

#ProductNameObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Namespace:

    命名空间

  • ProductName:

    产品中文名称

  • ProductEnName:

    产品英文名称



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