Class: TencentCloud::Eb::V20210416::ListPlatformEventPatternsRequest

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

Overview

ListPlatformEventPatterns请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ProductTypeObject

Parameters:

  • ProductType:

    平台产品类型



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