Class: TencentCloud::Ms::V20180408::OptPluginListItem

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

Overview

APK检测服务:非广告插件结果列表(SDK、风险插件等)

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#PluginDescObject

Parameters:

  • PluginType:

    非广告类型

  • PluginName:

    非广告插件名称

  • PluginDesc:

    非广告插件描述



2134
2135
2136
# File 'lib/v20180408/models.rb', line 2134

def PluginDesc
  @PluginDesc
end

#PluginNameObject

Parameters:

  • PluginType:

    非广告类型

  • PluginName:

    非广告插件名称

  • PluginDesc:

    非广告插件描述



2134
2135
2136
# File 'lib/v20180408/models.rb', line 2134

def PluginName
  @PluginName
end

#PluginTypeObject

Parameters:

  • PluginType:

    非广告类型

  • PluginName:

    非广告插件名称

  • PluginDesc:

    非广告插件描述



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