Class: TencentCloud::Cfg::V20210820::TaskGroupActionConfig

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

Overview

动作组中的动作参数

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(taskgroupactionorder = nil, taskgroupactiongeneralconfiguration = nil, taskgroupactioncustomconfiguration = nil) ⇒ TaskGroupActionConfig

Returns a new instance of TaskGroupActionConfig.



1961
1962
1963
1964
1965
# File 'lib/v20210820/models.rb', line 1961

def initialize(taskgroupactionorder=nil, taskgroupactiongeneralconfiguration=nil, taskgroupactioncustomconfiguration=nil)
  @TaskGroupActionOrder = taskgroupactionorder
  @TaskGroupActionGeneralConfiguration = taskgroupactiongeneralconfiguration
  @TaskGroupActionCustomConfiguration = taskgroupactioncustomconfiguration
end

Instance Attribute Details

#TaskGroupActionCustomConfigurationObject

Parameters:

  • TaskGroupActionOrder:

    该动作在动作组中的顺序,从1开始,不填或填错将匹配不到经验中要修改参数的动作

  • TaskGroupActionGeneralConfiguration:

    动作通用参数,需要json序列化传入,可以从查询经验详情接口获取,不填默认使用经验中动作参数

  • TaskGroupActionCustomConfiguration:

    动作自定义参数,需要json序列化传入,可以从查询经验详情接口获取,不填默认使用经验中动作参数



1959
1960
1961
# File 'lib/v20210820/models.rb', line 1959

def TaskGroupActionCustomConfiguration
  @TaskGroupActionCustomConfiguration
end

#TaskGroupActionGeneralConfigurationObject

Parameters:

  • TaskGroupActionOrder:

    该动作在动作组中的顺序,从1开始,不填或填错将匹配不到经验中要修改参数的动作

  • TaskGroupActionGeneralConfiguration:

    动作通用参数,需要json序列化传入,可以从查询经验详情接口获取,不填默认使用经验中动作参数

  • TaskGroupActionCustomConfiguration:

    动作自定义参数,需要json序列化传入,可以从查询经验详情接口获取,不填默认使用经验中动作参数



1959
1960
1961
# File 'lib/v20210820/models.rb', line 1959

def TaskGroupActionGeneralConfiguration
  @TaskGroupActionGeneralConfiguration
end

#TaskGroupActionOrderObject

Parameters:

  • TaskGroupActionOrder:

    该动作在动作组中的顺序,从1开始,不填或填错将匹配不到经验中要修改参数的动作

  • TaskGroupActionGeneralConfiguration:

    动作通用参数,需要json序列化传入,可以从查询经验详情接口获取,不填默认使用经验中动作参数

  • TaskGroupActionCustomConfiguration:

    动作自定义参数,需要json序列化传入,可以从查询经验详情接口获取,不填默认使用经验中动作参数



1959
1960
1961
# File 'lib/v20210820/models.rb', line 1959

def TaskGroupActionOrder
  @TaskGroupActionOrder
end

Instance Method Details

#deserialize(params) ⇒ Object



1967
1968
1969
1970
1971
# File 'lib/v20210820/models.rb', line 1967

def deserialize(params)
  @TaskGroupActionOrder = params['TaskGroupActionOrder']
  @TaskGroupActionGeneralConfiguration = params['TaskGroupActionGeneralConfiguration']
  @TaskGroupActionCustomConfiguration = params['TaskGroupActionCustomConfiguration']
end