Class: TencentCloud::Ms::V20180408::PluginListItem

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

Overview

APK检测服务:广告插件结果结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#PluginDescObject

Parameters:

  • PluginType:

    数字类型,分别为 1-通知栏广告,2-积分墙广告,3-banner广告,4- 悬浮窗图标广告,5-精品推荐列表广告, 6-插播广告

  • PluginName:

    广告插件名称

  • PluginDesc:

    广告插件描述



2380
2381
2382
# File 'lib/v20180408/models.rb', line 2380

def PluginDesc
  @PluginDesc
end

#PluginNameObject

Parameters:

  • PluginType:

    数字类型,分别为 1-通知栏广告,2-积分墙广告,3-banner广告,4- 悬浮窗图标广告,5-精品推荐列表广告, 6-插播广告

  • PluginName:

    广告插件名称

  • PluginDesc:

    广告插件描述



2380
2381
2382
# File 'lib/v20180408/models.rb', line 2380

def PluginName
  @PluginName
end

#PluginTypeObject

Parameters:

  • PluginType:

    数字类型,分别为 1-通知栏广告,2-积分墙广告,3-banner广告,4- 悬浮窗图标广告,5-精品推荐列表广告, 6-插播广告

  • PluginName:

    广告插件名称

  • PluginDesc:

    广告插件描述



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