class TencentCloud::Tsf::V20180326::StopTaskExecuteRequest
StopTaskExecute请求参数结构体
def deserialize(params)
def deserialize(params) @ExecuteId = params['ExecuteId'] @BatchId = params['BatchId'] @TaskId = params['TaskId'] end
def initialize(executeid=nil, batchid=nil, taskid=nil)
def initialize(executeid=nil, batchid=nil, taskid=nil) @ExecuteId = executeid @BatchId = batchid @TaskId = taskid end