Class: TencentCloud::Vod::V20180717::CoverConfigureInfoForUpdate
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::CoverConfigureInfoForUpdate
- 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) ⇒ CoverConfigureInfoForUpdate
constructor
A new instance of CoverConfigureInfoForUpdate.
Constructor Details
#initialize(switch = nil) ⇒ CoverConfigureInfoForUpdate
Returns a new instance of CoverConfigureInfoForUpdate.
6167 6168 6169 |
# File 'lib/v20180717/models.rb', line 6167 def initialize(switch=nil) @Switch = switch end |
Instance Attribute Details
#Switch ⇒ Object
<li>ON:开启智能封面任务;</li> <li>OFF:关闭智能封面任务。</li>
6165 6166 6167 |
# File 'lib/v20180717/models.rb', line 6165 def Switch @Switch end |
Instance Method Details
#deserialize(params) ⇒ Object
6171 6172 6173 |
# File 'lib/v20180717/models.rb', line 6171 def deserialize(params) @Switch = params['Switch'] end |