Class: TencentCloud::Wedata::V20210820::DescribeWorkflowExecuteByIdRequest

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

Overview

DescribeWorkflowExecuteById请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(projectid = nil, workflowidlist = nil, pagenumber = nil, pagesize = nil) ⇒ DescribeWorkflowExecuteByIdRequest

Returns a new instance of DescribeWorkflowExecuteByIdRequest.



12621
12622
12623
12624
12625
12626
# File 'lib/v20210820/models.rb', line 12621

def initialize(projectid=nil, workflowidlist=nil, pagenumber=nil, pagesize=nil)
  @ProjectId = projectid
  @WorkFlowIdList = workflowidlist
  @PageNumber = pagenumber
  @PageSize = pagesize
end

Instance Attribute Details

#PageNumberObject

Parameters:

  • ProjectId:

    项目ID

  • WorkFlowIdList:

    工作流ID

  • PageNumber:

    分页大小

  • PageSize:

    分页索引



12619
12620
12621
# File 'lib/v20210820/models.rb', line 12619

def PageNumber
  @PageNumber
end

#PageSizeObject

Parameters:

  • ProjectId:

    项目ID

  • WorkFlowIdList:

    工作流ID

  • PageNumber:

    分页大小

  • PageSize:

    分页索引



12619
12620
12621
# File 'lib/v20210820/models.rb', line 12619

def PageSize
  @PageSize
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目ID

  • WorkFlowIdList:

    工作流ID

  • PageNumber:

    分页大小

  • PageSize:

    分页索引



12619
12620
12621
# File 'lib/v20210820/models.rb', line 12619

def ProjectId
  @ProjectId
end

#WorkFlowIdListObject

Parameters:

  • ProjectId:

    项目ID

  • WorkFlowIdList:

    工作流ID

  • PageNumber:

    分页大小

  • PageSize:

    分页索引



12619
12620
12621
# File 'lib/v20210820/models.rb', line 12619

def WorkFlowIdList
  @WorkFlowIdList
end

Instance Method Details

#deserialize(params) ⇒ Object



12628
12629
12630
12631
12632
12633
# File 'lib/v20210820/models.rb', line 12628

def deserialize(params)
  @ProjectId = params['ProjectId']
  @WorkFlowIdList = params['WorkFlowIdList']
  @PageNumber = params['PageNumber']
  @PageSize = params['PageSize']
end