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.
14268 14269 14270 |
# File 'lib/v20180606/models.rb', line 14268 def initialize(switch=nil) @Switch = switch end |
Instance Attribute Details
#Switch ⇒ Object
on:开启off:关闭
14266 14267 14268 |
# File 'lib/v20180606/models.rb', line 14266 def Switch @Switch end |
Instance Method Details
#deserialize(params) ⇒ Object
14272 14273 14274 |
# File 'lib/v20180606/models.rb', line 14272 def deserialize(params) @Switch = params['Switch'] end |