Class: TencentCloud::Vod::V20180717::BlackWhiteEdgeConfigureInfoForUpdate
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::BlackWhiteEdgeConfigureInfoForUpdate
- 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) ⇒ BlackWhiteEdgeConfigureInfoForUpdate
constructor
A new instance of BlackWhiteEdgeConfigureInfoForUpdate.
Constructor Details
#initialize(switch = nil) ⇒ BlackWhiteEdgeConfigureInfoForUpdate
Returns a new instance of BlackWhiteEdgeConfigureInfoForUpdate.
4989 4990 4991 |
# File 'lib/v20180717/models.rb', line 4989 def initialize(switch=nil) @Switch = switch end |
Instance Attribute Details
#Switch ⇒ Object
<li>ON:开启;</li> <li>OFF:关闭。</li>
4987 4988 4989 |
# File 'lib/v20180717/models.rb', line 4987 def Switch @Switch end |
Instance Method Details
#deserialize(params) ⇒ Object
4993 4994 4995 |
# File 'lib/v20180717/models.rb', line 4993 def deserialize(params) @Switch = params['Switch'] end |