Class: TencentCloud::Wedata::V20210820::DescribeOpsMakePlansRequest

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

Overview

DescribeOpsMakePlans请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(projectid = nil, pagenumber = nil, pagesize = nil, planid = nil, planname = nil, taskname = nil, taskid = nil, creator = nil, mincreatetime = nil, maxcreatetime = nil, statelist = nil, keyword = nil) ⇒ DescribeOpsMakePlansRequest



12558
12559
12560
12561
12562
12563
12564
12565
12566
12567
12568
12569
12570
12571
# File 'lib/v20210820/models.rb', line 12558

def initialize(projectid=nil, pagenumber=nil, pagesize=nil, planid=nil, planname=nil, taskname=nil, taskid=nil, creator=nil, mincreatetime=nil, maxcreatetime=nil, statelist=nil, keyword=nil)
  @ProjectId = projectid
  @PageNumber = pagenumber
  @PageSize = pagesize
  @PlanId = planid
  @PlanName = planname
  @TaskName = taskname
  @TaskId = taskid
  @Creator = creator
  @MinCreateTime = mincreatetime
  @MaxCreateTime = maxcreatetime
  @StateList = statelist
  @Keyword = keyword
end

Instance Attribute Details

#CreatorObject



12556
12557
12558
# File 'lib/v20210820/models.rb', line 12556

def Creator
  @Creator
end

#KeywordObject



12556
12557
12558
# File 'lib/v20210820/models.rb', line 12556

def Keyword
  @Keyword
end

#MaxCreateTimeObject



12556
12557
12558
# File 'lib/v20210820/models.rb', line 12556

def MaxCreateTime
  @MaxCreateTime
end

#MinCreateTimeObject



12556
12557
12558
# File 'lib/v20210820/models.rb', line 12556

def MinCreateTime
  @MinCreateTime
end

#PageNumberObject



12556
12557
12558
# File 'lib/v20210820/models.rb', line 12556

def PageNumber
  @PageNumber
end

#PageSizeObject



12556
12557
12558
# File 'lib/v20210820/models.rb', line 12556

def PageSize
  @PageSize
end

#PlanIdObject



12556
12557
12558
# File 'lib/v20210820/models.rb', line 12556

def PlanId
  @PlanId
end

#PlanNameObject



12556
12557
12558
# File 'lib/v20210820/models.rb', line 12556

def PlanName
  @PlanName
end

#ProjectIdObject



12556
12557
12558
# File 'lib/v20210820/models.rb', line 12556

def ProjectId
  @ProjectId
end

#StateListObject



12556
12557
12558
# File 'lib/v20210820/models.rb', line 12556

def StateList
  @StateList
end

#TaskIdObject



12556
12557
12558
# File 'lib/v20210820/models.rb', line 12556

def TaskId
  @TaskId
end

#TaskNameObject



12556
12557
12558
# File 'lib/v20210820/models.rb', line 12556

def TaskName
  @TaskName
end

Instance Method Details

#deserialize(params) ⇒ Object



12573
12574
12575
12576
12577
12578
12579
12580
12581
12582
12583
12584
12585
12586
# File 'lib/v20210820/models.rb', line 12573

def deserialize(params)
  @ProjectId = params['ProjectId']
  @PageNumber = params['PageNumber']
  @PageSize = params['PageSize']
  @PlanId = params['PlanId']
  @PlanName = params['PlanName']
  @TaskName = params['TaskName']
  @TaskId = params['TaskId']
  @Creator = params['Creator']
  @MinCreateTime = params['MinCreateTime']
  @MaxCreateTime = params['MaxCreateTime']
  @StateList = params['StateList']
  @Keyword = params['Keyword']
end