Class: TencentCloud::Ie::V20200304::HighlightsEditingInfo

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

Overview

智能集锦任务参数信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(switch = nil, custominfo = nil) ⇒ HighlightsEditingInfo

Returns a new instance of HighlightsEditingInfo.



1302
1303
1304
1305
# File 'lib/v20200304/models.rb', line 1302

def initialize(switch=nil, custominfo=nil)
  @Switch = switch
  @CustomInfo = custominfo
end

Instance Attribute Details

#CustomInfoObject

Parameters:

  • Switch:

    是否开启智能集锦。0为关闭,1为开启。其他非0非1值默认为0。

  • CustomInfo:

    额外定制化服务参数。参数为序列化的Json字符串,例如:“k1”:“v1”。



1300
1301
1302
# File 'lib/v20200304/models.rb', line 1300

def CustomInfo
  @CustomInfo
end

#SwitchObject

Parameters:

  • Switch:

    是否开启智能集锦。0为关闭,1为开启。其他非0非1值默认为0。

  • CustomInfo:

    额外定制化服务参数。参数为序列化的Json字符串,例如:“k1”:“v1”。



1300
1301
1302
# File 'lib/v20200304/models.rb', line 1300

def Switch
  @Switch
end

Instance Method Details

#deserialize(params) ⇒ Object



1307
1308
1309
1310
# File 'lib/v20200304/models.rb', line 1307

def deserialize(params)
  @Switch = params['Switch']
  @CustomInfo = params['CustomInfo']
end