Class: TencentCloud::Ms::V20180408::OptPluginListItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ms::V20180408::OptPluginListItem
- Defined in:
- lib/v20180408/models.rb
Overview
APK检测服务:非广告插件结果列表(SDK、风险插件等)
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(plugintype = nil, pluginname = nil, plugindesc = nil) ⇒ OptPluginListItem
constructor
A new instance of OptPluginListItem.
Constructor Details
#initialize(plugintype = nil, pluginname = nil, plugindesc = nil) ⇒ OptPluginListItem
Returns a new instance of OptPluginListItem.
2136 2137 2138 2139 2140 |
# File 'lib/v20180408/models.rb', line 2136 def initialize(plugintype=nil, pluginname=nil, plugindesc=nil) @PluginType = plugintype @PluginName = pluginname @PluginDesc = plugindesc end |
Instance Attribute Details
#PluginDesc ⇒ Object
2134 2135 2136 |
# File 'lib/v20180408/models.rb', line 2134 def PluginDesc @PluginDesc end |
#PluginName ⇒ Object
2134 2135 2136 |
# File 'lib/v20180408/models.rb', line 2134 def PluginName @PluginName end |
#PluginType ⇒ Object
2134 2135 2136 |
# File 'lib/v20180408/models.rb', line 2134 def PluginType @PluginType end |
Instance Method Details
#deserialize(params) ⇒ Object
2142 2143 2144 2145 2146 |
# File 'lib/v20180408/models.rb', line 2142 def deserialize(params) @PluginType = params['PluginType'] @PluginName = params['PluginName'] @PluginDesc = params['PluginDesc'] end |