Class: TencentCloud::Mps::V20190612::FrameTagConfigureInfoForUpdate
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::FrameTagConfigureInfoForUpdate
- Defined in:
- lib/v20190612/models.rb
Overview
智能按帧标签任务控制参数
Instance Attribute Summary collapse
-
#Switch ⇒ Object
- ON:开启智能按帧标签任务;
- OFF:关闭智能按帧标签任务。
.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(switch = nil) ⇒ FrameTagConfigureInfoForUpdate
constructor
A new instance of FrameTagConfigureInfoForUpdate.
Constructor Details
#initialize(switch = nil) ⇒ FrameTagConfigureInfoForUpdate
Returns a new instance of FrameTagConfigureInfoForUpdate.
17457 17458 17459 |
# File 'lib/v20190612/models.rb', line 17457 def initialize(switch=nil) @Switch = switch end |
Instance Attribute Details
#Switch ⇒ Object
17455 17456 17457 |
# File 'lib/v20190612/models.rb', line 17455 def Switch @Switch end |
Instance Method Details
#deserialize(params) ⇒ Object
17461 17462 17463 |
# File 'lib/v20190612/models.rb', line 17461 def deserialize(params) @Switch = params['Switch'] end |