Class: TencentCloud::Eb::V20210416::ListPlatformEventPatternsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Eb::V20210416::ListPlatformEventPatternsRequest
- Defined in:
- lib/v20210416/models.rb
Overview
ListPlatformEventPatterns请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(producttype = nil) ⇒ ListPlatformEventPatternsRequest
constructor
A new instance of ListPlatformEventPatternsRequest.
Constructor Details
#initialize(producttype = nil) ⇒ ListPlatformEventPatternsRequest
Returns a new instance of ListPlatformEventPatternsRequest.
1557 1558 1559 |
# File 'lib/v20210416/models.rb', line 1557 def initialize(producttype=nil) @ProductType = producttype end |
Instance Attribute Details
#ProductType ⇒ Object
1555 1556 1557 |
# File 'lib/v20210416/models.rb', line 1555 def ProductType @ProductType end |
Instance Method Details
#deserialize(params) ⇒ Object
1561 1562 1563 |
# File 'lib/v20210416/models.rb', line 1561 def deserialize(params) @ProductType = params['ProductType'] end |