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.



15454
15455
15456
# File 'lib/v20180717/models.rb', line 15454

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

Instance Attribute Details

#SwitchObject

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

Parameters:

  • Switch:

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



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

def Switch
  @Switch
end

Instance Method Details

#deserialize(params) ⇒ Object



15458
15459
15460
# File 'lib/v20180717/models.rb', line 15458

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