Class: TencentCloud::Mps::V20190612::TagConfigureInfoForUpdate
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::TagConfigureInfoForUpdate
- 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) ⇒ TagConfigureInfoForUpdate
constructor
A new instance of TagConfigureInfoForUpdate.
Constructor Details
#initialize(switch = nil) ⇒ TagConfigureInfoForUpdate
Returns a new instance of TagConfigureInfoForUpdate.
29904 29905 29906 |
# File 'lib/v20190612/models.rb', line 29904 def initialize(switch=nil) @Switch = switch end |
Instance Attribute Details
#Switch ⇒ Object
29902 29903 29904 |
# File 'lib/v20190612/models.rb', line 29902 def Switch @Switch end |
Instance Method Details
#deserialize(params) ⇒ Object
29908 29909 29910 |
# File 'lib/v20190612/models.rb', line 29908 def deserialize(params) @Switch = params['Switch'] end |