Class: TencentCloud::Wedata::V20210820::BatchMakeUpIntegrationTasksRequest

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

Overview

BatchMakeUpIntegrationTasks请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(taskids = nil, tasktype = nil, starttime = nil, endtime = nil, projectid = nil) ⇒ BatchMakeUpIntegrationTasksRequest



1857
1858
1859
1860
1861
1862
1863
# File 'lib/v20210820/models.rb', line 1857

def initialize(taskids=nil, tasktype=nil, starttime=nil, endtime=nil, projectid=nil)
  @TaskIds = taskids
  @TaskType = tasktype
  @StartTime = starttime
  @EndTime = endtime
  @ProjectId = projectid
end

Instance Attribute Details

#EndTimeObject



1855
1856
1857
# File 'lib/v20210820/models.rb', line 1855

def EndTime
  @EndTime
end

#ProjectIdObject



1855
1856
1857
# File 'lib/v20210820/models.rb', line 1855

def ProjectId
  @ProjectId
end

#StartTimeObject



1855
1856
1857
# File 'lib/v20210820/models.rb', line 1855

def StartTime
  @StartTime
end

#TaskIdsObject



1855
1856
1857
# File 'lib/v20210820/models.rb', line 1855

def TaskIds
  @TaskIds
end

#TaskTypeObject



1855
1856
1857
# File 'lib/v20210820/models.rb', line 1855

def TaskType
  @TaskType
end

Instance Method Details

#deserialize(params) ⇒ Object



1865
1866
1867
1868
1869
1870
1871
# File 'lib/v20210820/models.rb', line 1865

def deserialize(params)
  @TaskIds = params['TaskIds']
  @TaskType = params['TaskType']
  @StartTime = params['StartTime']
  @EndTime = params['EndTime']
  @ProjectId = params['ProjectId']
end