Class: TencentCloud::Ms::V20180408::PluginListItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ms::V20180408::PluginListItem
- Defined in:
- lib/v20180408/models.rb
Overview
APK检测服务:广告插件结果结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(plugintype = nil, pluginname = nil, plugindesc = nil) ⇒ PluginListItem
constructor
A new instance of PluginListItem.
Constructor Details
#initialize(plugintype = nil, pluginname = nil, plugindesc = nil) ⇒ PluginListItem
Returns a new instance of PluginListItem.
2382 2383 2384 2385 2386 |
# File 'lib/v20180408/models.rb', line 2382 def initialize(plugintype=nil, pluginname=nil, plugindesc=nil) @PluginType = plugintype @PluginName = pluginname @PluginDesc = plugindesc end |
Instance Attribute Details
#PluginDesc ⇒ Object
2380 2381 2382 |
# File 'lib/v20180408/models.rb', line 2380 def PluginDesc @PluginDesc end |
#PluginName ⇒ Object
2380 2381 2382 |
# File 'lib/v20180408/models.rb', line 2380 def PluginName @PluginName end |
#PluginType ⇒ Object
2380 2381 2382 |
# File 'lib/v20180408/models.rb', line 2380 def PluginType @PluginType end |
Instance Method Details
#deserialize(params) ⇒ Object
2388 2389 2390 2391 2392 |
# File 'lib/v20180408/models.rb', line 2388 def deserialize(params) @PluginType = params['PluginType'] @PluginName = params['PluginName'] @PluginDesc = params['PluginDesc'] end |