Class: TencentCloud::Mps::V20190612::ExecRuleTaskData

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

Overview

条件判断输出

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(reardriveindex = nil) ⇒ ExecRuleTaskData

Returns a new instance of ExecRuleTaskData.



14149
14150
14151
# File 'lib/v20190612/models.rb', line 14149

def initialize(reardriveindex=nil)
  @RearDriveIndex = reardriveindex
end

Instance Attribute Details

#RearDriveIndexObject

Parameters:

  • RearDriveIndex:

    质检条件判断需要执行的节点索引。



14147
14148
14149
# File 'lib/v20190612/models.rb', line 14147

def RearDriveIndex
  @RearDriveIndex
end

Instance Method Details

#deserialize(params) ⇒ Object



14153
14154
14155
# File 'lib/v20190612/models.rb', line 14153

def deserialize(params)
  @RearDriveIndex = params['RearDriveIndex']
end