Class: TencentCloud::Vod::V20180717::HighlightsConfigureInfoForUpdate
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::HighlightsConfigureInfoForUpdate
- Defined in:
- lib/v20180717/models.rb
Overview
智能精彩片段任务控制参数
Instance Attribute Summary collapse
-
#Switch ⇒ Object
<li>ON:开启智能精彩片段任务;</li> <li>OFF:关闭智能精彩片段任务。</li>.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(switch = nil) ⇒ HighlightsConfigureInfoForUpdate
constructor
A new instance of HighlightsConfigureInfoForUpdate.
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
#Switch ⇒ Object
<li>ON:开启智能精彩片段任务;</li> <li>OFF:关闭智能精彩片段任务。</li>
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 |