Class: TencentCloud::Eb::V20210416::PlatformProduct
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Eb::V20210416::PlatformProduct
- Defined in:
- lib/v20210416/models.rb
Overview
平台产品基础信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productname = nil, producttype = nil) ⇒ PlatformProduct
constructor
A new instance of PlatformProduct.
Constructor Details
#initialize(productname = nil, producttype = nil) ⇒ PlatformProduct
1901 1902 1903 1904 |
# File 'lib/v20210416/models.rb', line 1901 def initialize(productname=nil, producttype=nil) @ProductName = productname @ProductType = producttype end |
Instance Attribute Details
#ProductName ⇒ Object
1899 1900 1901 |
# File 'lib/v20210416/models.rb', line 1899 def ProductName @ProductName end |
#ProductType ⇒ Object
1899 1900 1901 |
# File 'lib/v20210416/models.rb', line 1899 def ProductType @ProductType end |
Instance Method Details
#deserialize(params) ⇒ Object
1906 1907 1908 1909 |
# File 'lib/v20210416/models.rb', line 1906 def deserialize(params) @ProductName = params['ProductName'] @ProductType = params['ProductType'] end |