Class: TencentCloud::Mps::V20190612::TagConfigureInfoForUpdate

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190612/models.rb

Overview

智能标签任务控制参数

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#SwitchObject

  • ON:开启智能标签任务;
  • OFF:关闭智能标签任务。
  • Parameters:

    • Switch:

      智能标签任务开关,可选值:

    
    
    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