Class: TencentCloud::Vod::V20180717::HighlightsConfigureInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::HighlightsConfigureInfo
- 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) ⇒ HighlightsConfigureInfo
constructor
A new instance of HighlightsConfigureInfo.
Constructor Details
#initialize(switch = nil) ⇒ HighlightsConfigureInfo
Returns a new instance of HighlightsConfigureInfo.
15436 15437 15438 |
# File 'lib/v20180717/models.rb', line 15436 def initialize(switch=nil) @Switch = switch end |
Instance Attribute Details
#Switch ⇒ Object
<li>ON:开启智能精彩片段任务;</li> <li>OFF:关闭智能精彩片段任务。</li>
15434 15435 15436 |
# File 'lib/v20180717/models.rb', line 15434 def Switch @Switch end |
Instance Method Details
#deserialize(params) ⇒ Object
15440 15441 15442 |
# File 'lib/v20180717/models.rb', line 15440 def deserialize(params) @Switch = params['Switch'] end |