Class: TencentCloud::Cdn::V20180606::VideoSeek
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::VideoSeek
- Defined in:
- lib/v20180606/models.rb
Overview
视频拖拽配置,默认为关闭状态
Instance Attribute Summary collapse
-
#Switch ⇒ Object
on:开启 off:关闭.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(switch = nil) ⇒ VideoSeek
constructor
A new instance of VideoSeek.
Constructor Details
#initialize(switch = nil) ⇒ VideoSeek
Returns a new instance of VideoSeek.
14287 14288 14289 |
# File 'lib/v20180606/models.rb', line 14287 def initialize(switch=nil) @Switch = switch end |
Instance Attribute Details
#Switch ⇒ Object
on:开启 off:关闭
14285 14286 14287 |
# File 'lib/v20180606/models.rb', line 14285 def Switch @Switch end |
Instance Method Details
#deserialize(params) ⇒ Object
14291 14292 14293 |
# File 'lib/v20180606/models.rb', line 14291 def deserialize(params) @Switch = params['Switch'] end |