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.



16367
16368
16369
# File 'lib/v20190612/models.rb', line 16367

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

Instance Attribute Details

#RearDriveIndexObject

Parameters:

  • RearDriveIndex:

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



16365
16366
16367
# File 'lib/v20190612/models.rb', line 16365

def RearDriveIndex
  @RearDriveIndex
end

Instance Method Details

#deserialize(params) ⇒ Object



16371
16372
16373
# File 'lib/v20190612/models.rb', line 16371

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