Class: TencentCloud::Eb::V20210416::ListPlatformEventNamesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Eb::V20210416::ListPlatformEventNamesRequest
- Defined in:
- lib/v20210416/models.rb
Overview
ListPlatformEventNames请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(producttype = nil) ⇒ ListPlatformEventNamesRequest
constructor
A new instance of ListPlatformEventNamesRequest.
Constructor Details
#initialize(producttype = nil) ⇒ ListPlatformEventNamesRequest
Returns a new instance of ListPlatformEventNamesRequest.
1514 1515 1516 |
# File 'lib/v20210416/models.rb', line 1514 def initialize(producttype=nil) @ProductType = producttype end |
Instance Attribute Details
#ProductType ⇒ Object
1512 1513 1514 |
# File 'lib/v20210416/models.rb', line 1512 def ProductType @ProductType end |
Instance Method Details
#deserialize(params) ⇒ Object
1518 1519 1520 |
# File 'lib/v20210416/models.rb', line 1518 def deserialize(params) @ProductType = params['ProductType'] end |