Class: TencentCloud::Eb::V20210416::ListPlatformEventNamesRequest

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

Overview

ListPlatformEventNames请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ProductTypeObject

Parameters:

  • ProductType:

    平台产品类型



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