Class: TencentCloud::Vod::V20180717::CrashScreenConfigureInfoForUpdate
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::CrashScreenConfigureInfoForUpdate
- 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) ⇒ CrashScreenConfigureInfoForUpdate
constructor
A new instance of CrashScreenConfigureInfoForUpdate.
Constructor Details
#initialize(switch = nil) ⇒ CrashScreenConfigureInfoForUpdate
Returns a new instance of CrashScreenConfigureInfoForUpdate.
6203 6204 6205 |
# File 'lib/v20180717/models.rb', line 6203 def initialize(switch=nil) @Switch = switch end |
Instance Attribute Details
#Switch ⇒ Object
<li>ON:开启;</li> <li>OFF:关闭。</li>
6201 6202 6203 |
# File 'lib/v20180717/models.rb', line 6201 def Switch @Switch end |
Instance Method Details
#deserialize(params) ⇒ Object
6207 6208 6209 |
# File 'lib/v20180717/models.rb', line 6207 def deserialize(params) @Switch = params['Switch'] end |