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.



18347
18348
18349
18350
18351
18352
# File 'lib/v20210820/models.rb', line 18347

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:

    分页索引



18345
18346
18347
# File 'lib/v20210820/models.rb', line 18345

def PageNumber
  @PageNumber
end

#PageSizeObject

Parameters:

  • ProjectId:

    项目ID

  • WorkFlowIdList:

    工作流ID

  • PageNumber:

    分页大小

  • PageSize:

    分页索引



18345
18346
18347
# File 'lib/v20210820/models.rb', line 18345

def PageSize
  @PageSize
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目ID

  • WorkFlowIdList:

    工作流ID

  • PageNumber:

    分页大小

  • PageSize:

    分页索引



18345
18346
18347
# File 'lib/v20210820/models.rb', line 18345

def ProjectId
  @ProjectId
end

#WorkFlowIdListObject

Parameters:

  • ProjectId:

    项目ID

  • WorkFlowIdList:

    工作流ID

  • PageNumber:

    分页大小

  • PageSize:

    分页索引



18345
18346
18347
# File 'lib/v20210820/models.rb', line 18345

def WorkFlowIdList
  @WorkFlowIdList
end

Instance Method Details

#deserialize(params) ⇒ Object



18354
18355
18356
18357
18358
18359
# File 'lib/v20210820/models.rb', line 18354

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