Class: TencentCloud::Vod::V20180717::HighlightsConfigureInfoForUpdate

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

Overview

智能精彩片段任务控制参数

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(switch = nil) ⇒ HighlightsConfigureInfoForUpdate

Returns a new instance of HighlightsConfigureInfoForUpdate.



15452
15453
15454
# File 'lib/v20180717/models.rb', line 15452

def initialize(switch=nil)
  @Switch = switch
end

Instance Attribute Details

#SwitchObject

<li>ON:开启智能精彩片段任务;</li> <li>OFF:关闭智能精彩片段任务。</li>

Parameters:

  • Switch:

    智能精彩片段任务开关,可选值:



15450
15451
15452
# File 'lib/v20180717/models.rb', line 15450

def Switch
  @Switch
end

Instance Method Details

#deserialize(params) ⇒ Object



15456
15457
15458
# File 'lib/v20180717/models.rb', line 15456

def deserialize(params)
  @Switch = params['Switch']
end