Class: TencentCloud::Wedata::V20210820::DataServicePublishedApiListFilter
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DataServicePublishedApiListFilter
- Defined in:
- lib/v20210820/models.rb
Overview
获取数据服务API的发布态信息列表过滤条件
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(pathurl = nil, keyword = nil, authtypes = nil, apistatus = nil, configtypes = nil) ⇒ DataServicePublishedApiListFilter
constructor
A new instance of DataServicePublishedApiListFilter.
Constructor Details
#initialize(pathurl = nil, keyword = nil, authtypes = nil, apistatus = nil, configtypes = nil) ⇒ DataServicePublishedApiListFilter
Returns a new instance of DataServicePublishedApiListFilter.
6127 6128 6129 6130 6131 6132 6133 |
# File 'lib/v20210820/models.rb', line 6127 def initialize(pathurl=nil, keyword=nil, authtypes=nil, apistatus=nil, configtypes=nil) @PathUrl = pathurl @Keyword = keyword @AuthTypes = authtypes @ApiStatus = apistatus @ConfigTypes = configtypes end |
Instance Attribute Details
#ApiStatus ⇒ Object
6125 6126 6127 |
# File 'lib/v20210820/models.rb', line 6125 def ApiStatus @ApiStatus end |
#AuthTypes ⇒ Object
6125 6126 6127 |
# File 'lib/v20210820/models.rb', line 6125 def AuthTypes @AuthTypes end |
#ConfigTypes ⇒ Object
6125 6126 6127 |
# File 'lib/v20210820/models.rb', line 6125 def ConfigTypes @ConfigTypes end |
#Keyword ⇒ Object
6125 6126 6127 |
# File 'lib/v20210820/models.rb', line 6125 def Keyword @Keyword end |
#PathUrl ⇒ Object
6125 6126 6127 |
# File 'lib/v20210820/models.rb', line 6125 def PathUrl @PathUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
6135 6136 6137 6138 6139 6140 6141 |
# File 'lib/v20210820/models.rb', line 6135 def deserialize(params) @PathUrl = params['PathUrl'] @Keyword = params['Keyword'] @AuthTypes = params['AuthTypes'] @ApiStatus = params['ApiStatus'] @ConfigTypes = params['ConfigTypes'] end |